mirror of
https://github.com/libgit2/libgit2.git
synced 2026-01-25 02:56:17 +00:00
MSVC doesn't like modern code neither
This commit is contained in:
@@ -47,11 +47,10 @@
|
||||
// as an example.
|
||||
static void check_error(int error_code, const char *action)
|
||||
{
|
||||
const git_error *error = giterr_last();
|
||||
if (!error_code)
|
||||
return;
|
||||
|
||||
const git_error *error = giterr_last();
|
||||
|
||||
printf("Error %d %s - %s\n", error_code, action,
|
||||
(error && error->message) ? error->message : "???");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user