X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fgmqcc.git;a=blobdiff_plain;f=splint.sh;h=ecca177bd7426df097ad179810e406279285890d;hp=e51b007f465c68211312752b7ca749dee6c40ce0;hb=14593ce7891773c0cf959b3ef670fd603ac0f243;hpb=3688dab048f198c3ef37f7a8b2e54cd078622e7b diff --git a/splint.sh b/splint.sh index e51b007..ecca177 100755 --- a/splint.sh +++ b/splint.sh @@ -63,9 +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="\ - -initallelements \ - -castfcnptr \ - -evalorder" + -castfcnptr" splint $FLAGS_STUPID $FLAGS_MAYBE $FLAGS_TOFIX $FLAGS_OTHERS *.c *.h