summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 6d2cc96)
raw | patch | inline | side by side (parent: 6d2cc96)
author | rwst <rwst@users.sourceforge.net> | |
Mon, 19 Jun 2006 16:25:34 +0000 (16:25 +0000) | ||
committer | rwst <rwst@users.sourceforge.net> | |
Mon, 19 Jun 2006 16:25:34 +0000 (16:25 +0000) |
configure.ac | patch | blob | history |
diff --git a/configure.ac b/configure.ac
index 19dfefc019dd7a7dc0b0151f90179e321b28879d..b752a9633bca9dd817da81664ba2bf0993a5d843 100644 (file)
--- a/configure.ac
+++ b/configure.ac
# -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-invalid-offsetof -Wno-pointer-sign $CFLAGS"
+ CFLAGS="-Wno-pointer-sign $CFLAGS"
AC_COMPILE_IFELSE([int dummy;
], , CFLAGS="$ink_svd_CFLAGS",)
CFLAGS="-Wall -W $CFLAGS"