X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Ftools%2Fcompilationunits.sh;fp=qcsrc%2Ftools%2Fcompilationunits.sh;h=f39055bd28e2e349604cc1fe8db6f537efe4596a;hb=0a2b81d0d9a5c9c049f3b065ca622ba3eb9a0bfb;hp=e3d1eb01368df1c714c55d7264eda99e89ff8bbd;hpb=48026952b44d6e1b2172fb9cd68b95caa3f0f968;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/tools/compilationunits.sh b/qcsrc/tools/compilationunits.sh index e3d1eb013..f39055bd2 100755 --- a/qcsrc/tools/compilationunits.sh +++ b/qcsrc/tools/compilationunits.sh @@ -38,11 +38,13 @@ QCCDEFS="${QCCDEFS[@]}" declare -a QCCFLAGS=( -std=gmqcc - -Wall -Werror + -Ooverlap-locals + -Werror + -Wall -futf8 - -freturn-assignments -frelaxed-switch - -Ooverlap-locals + -freturn-assignments + -fdefault-eraseable ) declare -a NOWARN=( -Wno-field-redeclared