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 212c78f54..6a4e21823 100644
--- a/src/include/gnunet_common.h
+++ b/src/include/gnunet_common.h
@@ -901,7 +901,7 @@ GNUNET_error_type_to_string (enum GNUNET_ErrorType kind);
901 * 901 *
902 * @param cond condition to test, 0 implies failure 902 * @param cond condition to test, 0 implies failure
903 */ 903 */
904#define GNUNET_static_assert(cond) _Static_assert (cond) 904#define GNUNET_static_assert(cond) _Static_assert (cond, "")
905#else 905#else
906/** 906/**
907 * Assertion to be checked (if supported by C compiler) at 907 * Assertion to be checked (if supported by C compiler) at