From: Schanzenbach, Martin Date: Fri, 17 Apr 2020 17:59:31 +0000 (+0200) Subject: fix build with clang X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=0c053ecbf57987b2f03f661bc09b9fabf8aae63f;p=oweals%2Fgnunet.git fix build with clang --- 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 @@ #include #endif +#ifdef __clang__ +#undef HAVE_STATIC_ASSERT +#endif + /** * These may be expensive, but good for debugging... */