aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-rw-r--r--src/include/platform.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/include/platform.h b/src/include/platform.h
index 3b07f47ea..baaf26ad6 100644
--- a/src/include/platform.h
+++ b/src/include/platform.h
@@ -45,6 +45,10 @@
45#include <sys/types.h> 45#include <sys/types.h>
46#endif 46#endif
47 47
48#ifdef __clang__
49#undef HAVE_STATIC_ASSERT
50#endif
51
48/** 52/**
49 * These may be expensive, but good for debugging... 53 * These may be expensive, but good for debugging...
50 */ 54 */