aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMartin Schanzenbach <schanzen@gnunet.org>2022-12-04 22:01:23 +0900
committerMartin Schanzenbach <schanzen@gnunet.org>2022-12-04 22:01:23 +0900
commit3f0d91045d29435feef723f09f9ff75c80296d3d (patch)
tree15a0e4c16ec1a5ecdb6472f24136aedb99ef2b47 /src
parenta0914a0ad18728e4b2b1632198d50d8b001a8890 (diff)
downloadgnunet-3f0d91045d29435feef723f09f9ff75c80296d3d.tar.gz
gnunet-3f0d91045d29435feef723f09f9ff75c80296d3d.zip
BUILD: Remove static_assert check
Diffstat (limited to 'src')
-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 375ff1adc..0c3300125 100644
--- a/src/include/gnunet_common.h
+++ b/src/include/gnunet_common.h
@@ -991,7 +991,7 @@ GNUNET_error_type_to_string (enum GNUNET_ErrorType kind);
991 } while (0) 991 } while (0)
992 992
993 993
994#if HAVE_STATIC_ASSERT 994#ifdef _Static_assert
995/** 995/**
996 * Assertion to be checked (if supported by C compiler) at 996 * Assertion to be checked (if supported by C compiler) at
997 * compile time, otherwise checked at runtime and resulting 997 * compile time, otherwise checked at runtime and resulting