aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_common.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-02-16 10:43:17 +0100
committerChristian Grothoff <christian@grothoff.org>2019-02-16 10:52:50 +0100
commitc902a0d224198a36ad3bc07a39fb6cad46cb84e3 (patch)
tree00e8c60a42cfb56d2c102702415b1fe39d5fc871 /src/include/gnunet_common.h
parentcaa65b8a2ff574d1ca933333a8343dcce2cbadf6 (diff)
downloadgnunet-c902a0d224198a36ad3bc07a39fb6cad46cb84e3.tar.gz
gnunet-c902a0d224198a36ad3bc07a39fb6cad46cb84e3.zip
make clang shut up about #5573
Diffstat (limited to 'src/include/gnunet_common.h')
-rw-r--r--src/include/gnunet_common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/gnunet_common.h b/src/include/gnunet_common.h
index 57b6dd9f2..ca49d3109 100644
--- a/src/include/gnunet_common.h
+++ b/src/include/gnunet_common.h
@@ -119,6 +119,7 @@ extern "C"
119 */ 119 */
120#define GNUNET_VA_ARG_ENUM(va,X) ((enum X) va_arg (va, int)) 120#define GNUNET_VA_ARG_ENUM(va,X) ((enum X) va_arg (va, int))
121 121
122
122/** 123/**
123 * @ingroup logging 124 * @ingroup logging
124 * define #GNUNET_EXTRA_LOGGING if using this header outside the GNUnet source 125 * define #GNUNET_EXTRA_LOGGING if using this header outside the GNUnet source