aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_common.h')
-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 fdcae66fa..bda011fb2 100644
--- a/src/include/gnunet_common.h
+++ b/src/include/gnunet_common.h
@@ -391,7 +391,7 @@ GNUNET_get_log_call_status (int caller_level,
391 */ 391 */
392void 392void
393GNUNET_log_nocheck (enum GNUNET_ErrorType kind, const char *message, ...) 393GNUNET_log_nocheck (enum GNUNET_ErrorType kind, const char *message, ...)
394 __attribute__ ((format (printf, 2, 3))); 394 __attribute__ ((format (gnu_printf, 2, 3)));
395 395
396/* from glib */ 396/* from glib */
397#if defined(__GNUC__) && (__GNUC__ > 2) && defined(__OPTIMIZE__) 397#if defined(__GNUC__) && (__GNUC__ > 2) && defined(__OPTIMIZE__)