gnunet-svn
[Top][All Lists]
Advanced

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

[taler-sync] branch master updated: force some CFLAGS


From: gnunet
Subject: [taler-sync] branch master updated: force some CFLAGS
Date: Wed, 07 Apr 2021 11:41:40 +0200

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

dold pushed a commit to branch master
in repository sync.

The following commit(s) were added to refs/heads/master by this push:
     new 0bec10b  force some CFLAGS
0bec10b is described below

commit 0bec10b176ef351d49cd29b0dfd0d79d9c6ab367
Author: Florian Dold <florian@dold.me>
AuthorDate: Wed Apr 7 11:41:34 2021 +0200

    force some CFLAGS
    
    this avoids spurious warnings about misaligned memory access
---
 configure.ac | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 192007a..2bcb184 100644
--- a/configure.ac
+++ b/configure.ac
@@ -49,7 +49,8 @@ AS_IF([test "x$doc_only" != xyes],[
 AC_PROG_CC
 AC_PROG_CC_C99
 
-CFLAGS="-Wall $CFLAGS"
+# Force some CFLAGS
+CFLAGS="-Wall -Wno-address-of-packed-member $CFLAGS"
 
 # Checks for header files.
 AC_CHECK_HEADERS([stdint.h stdlib.h string.h unistd.h])

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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