Added -Wno-char-subscripts to CFLAGS
This commit is contained in:
parent
cd477812a2
commit
4ad4f8b9e2
@ -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
|
||||
|
@ -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"
|
||||
|
@ -137,7 +137,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
|
||||
|
@ -1 +1 @@
|
||||
#define Xorriso_timestamP "2014.01.23.200641"
|
||||
#define Xorriso_timestamP "2014.02.05.191021"
|
||||
|
Loading…
Reference in New Issue
Block a user