projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3142b0a
)
fix #5571
author
Christian Grothoff
<christian@grothoff.org>
Fri, 15 Feb 2019 17:19:00 +0000
(18:19 +0100)
committer
Christian Grothoff
<christian@grothoff.org>
Fri, 15 Feb 2019 17:19:00 +0000
(18:19 +0100)
src/include/gnunet_common.h
patch
|
blob
|
history
diff --git
a/src/include/gnunet_common.h
b/src/include/gnunet_common.h
index e482e5ebef9c28b1f1a30881b949fa1c32aca389..57b6dd9f2fdbfd6c4e4f6fa14199d06239178975 100644
(file)
--- 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__)