]> de.git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - splint.sh
moving -Olocal-temps to -O4 until the issues are solved
[xonotic/gmqcc.git] / splint.sh
index 8d4ab2a866f46e0c24293ed7bbc2699927996ffd..ecca177bd7426df097ad179810e406279285890d 100755 (executable)
--- a/splint.sh
+++ b/splint.sh
@@ -55,7 +55,6 @@ FLAGS_MAYBE="\
     -realcompare         \
     -observertrans       \
     -shiftnegative       \
-    -exitarg             \
     -freshtrans          \
     -abstract            \
     -statictrans"
@@ -64,10 +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="\
-    -boolcompare         \
-    -initallelements     \
-    -castfcnptr          \
-    -evalorder"
+    -castfcnptr"
 
 
 splint $FLAGS_STUPID $FLAGS_MAYBE $FLAGS_TOFIX $FLAGS_OTHERS *.c *.h