Added -Wno-char-subscripts to CFLAGS

This commit is contained in:
2014-02-05 19:11:50 +00:00
parent ed5f067e89
commit afd57ced6b
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"