forked from kyonshi/grenzland-mud
Added -Wno-unused-but-set-variable to MYFLAGS in configure.
This will prevent new users of the codebase from receiving a lot of noise on first run
This commit is contained in:
2
configure
vendored
2
configure
vendored
@@ -896,7 +896,7 @@ echo "$ac_t""$ac_cv_gcc_fnb" 1>&6
|
|||||||
MYFLAGS="-Wall"
|
MYFLAGS="-Wall"
|
||||||
else
|
else
|
||||||
if test ${ac_cv_gcc_ncs:-ERROR} = yes; then
|
if test ${ac_cv_gcc_ncs:-ERROR} = yes; then
|
||||||
MYFLAGS="-Wall -Wno-char-subscripts"
|
MYFLAGS="-Wall -Wno-char-subscripts -Wno-unused-but-set-variable"
|
||||||
else
|
else
|
||||||
MYFLAGS=""
|
MYFLAGS=""
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user