fix #5571
authorChristian Grothoff <christian@grothoff.org>
Fri, 15 Feb 2019 17:19:00 +0000 (18:19 +0100)
committerChristian Grothoff <christian@grothoff.org>
Fri, 15 Feb 2019 17:19:00 +0000 (18:19 +0100)
src/include/gnunet_common.h

index e482e5ebef9c28b1f1a30881b949fa1c32aca389..57b6dd9f2fdbfd6c4e4f6fa14199d06239178975 100644 (file)
@@ -410,7 +410,7 @@ GNUNET_get_log_call_status (int caller_level,
  */
 void
 GNUNET_log_nocheck (enum GNUNET_ErrorType kind, const char *message, ...)
-  __attribute__ ((format (gnu_printf, 2, 3)));
+  __attribute__ ((format (printf, 2, 3)));
 
 /* from glib */
 #if defined(__GNUC__) && (__GNUC__ > 2) && defined(__OPTIMIZE__)