aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-02-15 18:19:00 +0100
committerChristian Grothoff <christian@grothoff.org>2019-02-15 18:19:00 +0100
commitc2d19c88745d16e5f2a33ad9e291a9d3ab6fa461 (patch)
tree3bb52d553c0b24125753950fffb2bbff888f329c /src/include
parent3142b0ac6289dc71c667cff6b6520170c49ed24e (diff)
downloadgnunet-c2d19c88745d16e5f2a33ad9e291a9d3ab6fa461.tar.gz
gnunet-c2d19c88745d16e5f2a33ad9e291a9d3ab6fa461.zip
fix #5571
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gnunet_common.h2
1 files changed, 1 insertions, 1 deletions
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,
410 */ 410 */
411void 411void
412GNUNET_log_nocheck (enum GNUNET_ErrorType kind, const char *message, ...) 412GNUNET_log_nocheck (enum GNUNET_ErrorType kind, const char *message, ...)
413 __attribute__ ((format (gnu_printf, 2, 3))); 413 __attribute__ ((format (printf, 2, 3)));
414 414
415/* from glib */ 415/* from glib */
416#if defined(__GNUC__) && (__GNUC__ > 2) && defined(__OPTIMIZE__) 416#if defined(__GNUC__) && (__GNUC__ > 2) && defined(__OPTIMIZE__)