X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;ds=inline;f=splint.sh;h=ecca177bd7426df097ad179810e406279285890d;hb=12d87fba1b967a1443fbc1d9560b601792620b75;hp=0aa21316d739b5a0b339d6f3747ef01cad1afd56;hpb=3567abbd64d4cb5a0db5e434955c83a924635d6f;p=xonotic%2Fgmqcc.git diff --git a/splint.sh b/splint.sh index 0aa2131..ecca177 100755 --- a/splint.sh +++ b/splint.sh @@ -63,8 +63,7 @@ FLAGS_MAYBE="\ #these don't need to be here to onhibit the warning # remove one flag from here at a time while fixing the code so that FLAGS_TOFIX="\ - -castfcnptr \ - -evalorder" + -castfcnptr" splint $FLAGS_STUPID $FLAGS_MAYBE $FLAGS_TOFIX $FLAGS_OTHERS *.c *.h