Silenced warnings about -Wchar-subscripts, added /usr/local for NetBSD

This commit is contained in:
2014-02-11 08:28:44 +00:00
parent 3edde5dc9d
commit ad95f1ff2b
2 changed files with 2 additions and 2 deletions

View File

@ -339,7 +339,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