gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] [taler-merchant] branch master updated: disable useless GCC warning about pointer alignment
Date: Wed, 26 Jun 2019 22:10:03 +0200

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

dold pushed a commit to branch master
in repository merchant.

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

commit d96acf11339effcba7568985de317c362195cb07
Author: Florian Dold <address@hidden>
AuthorDate: Wed Jun 26 22:09:53 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 01ff7ad..e0e3ef3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -41,7 +41,7 @@ AS_IF([test "x$doc_only" != xyes],[
 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]