gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnunet] branch master updated: fix #5571


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: fix #5571
Date: Fri, 15 Feb 2019 18:19:02 +0100

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new c2d19c887 fix #5571
c2d19c887 is described below

commit c2d19c88745d16e5f2a33ad9e291a9d3ab6fa461
Author: Christian Grothoff <address@hidden>
AuthorDate: Fri Feb 15 18:19:00 2019 +0100

    fix #5571
---
 src/include/gnunet_common.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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__)

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]