merge: windows: i will support only gcc >= 4.7.2, where -mms-bitfields is eanbled by default

SVN revision: 78936
This commit is contained in:
Vincent Torri 2012-11-06 06:57:51 +00:00
parent e47bd2a9a5
commit 3b16fb0fe3
1 changed files with 1 additions and 1 deletions

View File

@ -420,7 +420,7 @@ AC_CHECK_HEADERS([errno.h])
EVIL_CPPFLAGS="-DEFL_EVIL_BUILD"
EVIL_DLFCN_CPPFLAGS="-DEFL_EVIL_DLFCN_BUILD -DPSAPI_VERSION=1"
EVIL_CFLAGS="-Wall -Wextra -Wshadow -Wdeclaration-after-statement -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wpointer-arith -mms-bitfields"
EVIL_CFLAGS="-Wall -Wextra -Wshadow -Wdeclaration-after-statement -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wpointer-arith"
EVIL_CXXFLAGS=""
if test "x${have_win32}" = "xyes" ; then