Added -Wno-char-subscripts to CFLAGS

This commit is contained in:
2014-02-05 19:11:50 +00:00
parent cd477812a2
commit 4ad4f8b9e2
4 changed files with 4 additions and 4 deletions

View File

@ -408,7 +408,7 @@ if test x$enable_debug != xyes; then
CFLAGS="-DNDEBUG $CFLAGS"
else
if test x$GCC = xyes; then
CFLAGS="-g -pedantic -Wall -Wextra -Wno-unused-parameter $CFLAGS"
CFLAGS="-g -pedantic -Wall -Wextra -Wno-unused-parameter -Wno-char-subscripts $CFLAGS"
fi
CFLAGS="-DDEBUG $CFLAGS"
fi