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

This commit is contained in:
2014-02-11 09:28:27 +01:00
parent 5b78efb12a
commit 27d4c79d0e
2 changed files with 2 additions and 2 deletions

View File

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