From c2d19c88745d16e5f2a33ad9e291a9d3ab6fa461 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Fri, 15 Feb 2019 18:19:00 +0100 Subject: fix #5571 --- src/include/gnunet_common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/include') diff --git a/src/include/gnunet_common.h b/src/include/gnunet_common.h index e482e5ebe..57b6dd9f2 100644 --- a/src/include/gnunet_common.h +++ b/src/include/gnunet_common.h @@ -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__) -- cgit v1.2.3