]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - splint.sh
Fixed another possible implementation specific bug thanks to this progressive splint...
[xonotic/gmqcc.git] / splint.sh
index fcce1b4759459789730bec69aacd8f29e1dcf23a..ae688ee645607151589ed86104df31bdc8b912ce 100755 (executable)
--- a/splint.sh
+++ b/splint.sh
@@ -18,6 +18,8 @@ FLAGS_STUPID="\
     -predboolint         \
     -boolops             \
     -exportlocal         \
+    -incondefs           \
+    -macroredef          \
     -retvalint           \
     -nullret             \
     -predboolothers      \
@@ -52,9 +54,7 @@ FLAGS_MAYBE="\
     -mayaliasunique      \
     -realcompare         \
     -observertrans       \
-    -noret               \
     -shiftnegative       \
-    -exitarg             \
     -freshtrans          \
     -abstract            \
     -statictrans"
@@ -64,11 +64,7 @@ FLAGS_MAYBE="\
 # remove one flag from here at a time while fixing the code so that
 FLAGS_TOFIX="\
     -boolcompare         \
-    -formatconst         \
-    -unreachable         \
-    -incondefs           \
     -initallelements     \
-    -macroredef          \
     -castfcnptr          \
     -evalorder"