mirror of
https://github.com/tbamud/tbamud.git
synced 2025-09-22 05:50:48 +02:00
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:
parent
bc786ae015
commit
d6ef378e4f
1 changed files with 1 additions and 1 deletions
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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue