Browse Source

configure.ac, add -Wno-unused-but-set-variable to our default gcc CFLAGS

pre-master-46
rlar 11 years ago
parent
commit
8dc0d0ce5c
  1. 2
      configure.ac

2
configure.ac

@ -224,7 +224,7 @@ if test "x$ext_CFLAGS" != xyes; then
fi fi
if test "x$GCC" = xyes; then if test "x$GCC" = xyes; then
CFLAGS="$CFLAGS -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wold-style-definition -Wredundant-decls -Wconversion"
CFLAGS="$CFLAGS -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wold-style-definition -Wredundant-decls -Wconversion -Wno-unused-but-set-variable"
fi fi
fi fi

Loading…
Cancel
Save