gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnunet] branch master updated: fix build with clang


From: gnunet
Subject: [gnunet] branch master updated: fix build with clang
Date: Fri, 17 Apr 2020 20:04:12 +0200

This is an automated email from the git hooks/post-receive script.

martin-schanzenbach pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new 0c053ecbf fix build with clang
0c053ecbf is described below

commit 0c053ecbf57987b2f03f661bc09b9fabf8aae63f
Author: Schanzenbach, Martin <address@hidden>
AuthorDate: Fri Apr 17 19:59:31 2020 +0200

    fix build with clang
---
 src/include/platform.h | 4 ++++
 1 file changed, 4 insertions(+)

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 <sys/types.h>
 #endif
 
+#ifdef __clang__
+#undef HAVE_STATIC_ASSERT
+#endif
+
 /**
  * These may be expensive, but good for debugging...
  */

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]