gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-exchange] branch master updated: disable useless GCC


From: gnunet
Subject: [GNUnet-SVN] [taler-exchange] branch master updated: disable useless GCC warning about pointer alignment
Date: Wed, 26 Jun 2019 21:42:51 +0200

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

dold pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new 57f0194b disable useless GCC warning about pointer alignment
57f0194b is described below

commit 57f0194b59d996983f16e19827f1a4d58204561c
Author: Florian Dold <address@hidden>
AuthorDate: Wed Jun 26 21:42:32 2019 +0200

    disable useless GCC warning about pointer alignment
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 263e2655..55fe6113 100644
--- a/configure.ac
+++ b/configure.ac
@@ -55,7 +55,7 @@ AC_PROG_CC
 AC_PROG_CC_C99
 
 
-CFLAGS="-Wall $CFLAGS"
+CFLAGS="-Wall $CFLAGS -Wno-address-of-packed-member"
 
 # 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
address@hidden.



reply via email to

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