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

@ -22,7 +22,7 @@ def_opts="-DXorriso_allow_external_filterS -DXorriso_allow_launch_frontenD"
largefile_opts="-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1"
do_strip=0
static_opts=
warn_opts="-Wall -Wextra -Wno-unused-parameter"
warn_opts="-Wall -Wextra -Wno-unused-parameter -Wno-char-subscripts"
# warn_opts="-Wall -Wsign-compare"
nglibisofs=1
def_have="-DHAVE_STDINT_H"