don't run set with valgrind per default
[oweals/gnunet.git] / src / include / gnunet_common.h
index fdcae66fa19e9cc71dd6bc4e1bf89d03b108fa26..bda011fb2b6579c2c634ad5b0ad50ee70bebb42a 100644 (file)
@@ -391,7 +391,7 @@ GNUNET_get_log_call_status (int caller_level,
  */
 void
 GNUNET_log_nocheck (enum GNUNET_ErrorType kind, const char *message, ...)
-  __attribute__ ((format (printf, 2, 3)));
+  __attribute__ ((format (gnu_printf, 2, 3)));
 
 /* from glib */
 #if defined(__GNUC__) && (__GNUC__ > 2) && defined(__OPTIMIZE__)