aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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__)