X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/7f3d9effb31409e93e603757d74c14c873c69432..6b51df8340eacc95e3def9a4376506610e91996c:/src/src/valgrind.h diff --git a/src/src/valgrind.h b/src/src/valgrind.h index 0bae0aa13..4d41690ab 100644 --- a/src/src/valgrind.h +++ b/src/src/valgrind.h @@ -4417,8 +4417,13 @@ vg_VALGRIND_DO_CLIENT_REQUEST_EXPR(uintptr_t _zzq_default, #if defined(NVALGRIND) -# define VALGRIND_PRINTF(...) -# define VALGRIND_PRINTF_BACKTRACE(...) +/* In Exim the following two lines have been changed from the original + version for portability to C89 compilers that don't support variable + argument macros. We don't use these macros so it doesn't matter much what + we do with them, but the following will work OK in most situations though + it may cause complaints about expressions without side-effects. */ +# define VALGRIND_PRINTF (void) +# define VALGRIND_PRINTF_BACKTRACE (void) #else /* NVALGRIND */