From 57f0194b59d996983f16e19827f1a4d58204561c Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Wed, 26 Jun 2019 21:42:32 +0200 Subject: disable useless GCC warning about pointer alignment --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 263e2655f..55fe61132 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]) -- cgit v1.2.3