diff options
Diffstat (limited to 'src/main.cpp')
-rw-r--r-- | src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp index 5f565a091..faeedadaa 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -211,7 +211,7 @@ static void initInternationalization() #endif } -static void xmlNullLogger(void *ctx _UNUSED_, const char *msg _UNUSED_, ...) +static void xmlNullLogger(void *ctx A_UNUSED, const char *msg A_UNUSED, ...) { // Does nothing, that's the whole point of it } |