diff options
| -rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index b752a9633..19dfefc01 100644 --- a/configure.ac +++ b/configure.ac @@ -24,7 +24,7 @@ if test "$GCC" = "yes"; then # -Wno-pointer-sign is probably new in gcc 4.0; certainly it isn't accepted # by gcc 2.95. ink_svd_CFLAGS="$CFLAGS" - CFLAGS="-Wno-pointer-sign $CFLAGS" + CFLAGS="-Wno-invalid-offsetof -Wno-pointer-sign $CFLAGS" AC_COMPILE_IFELSE([int dummy; ], , CFLAGS="$ink_svd_CFLAGS",) CFLAGS="-Wall -W $CFLAGS" |
