]> de.git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - splint.sh
Fix another warning
[xonotic/gmqcc.git] / splint.sh
index 0347bc421a1f03c4a29ce12772dd2070b5e8a3dc..8d4ab2a866f46e0c24293ed7bbc2699927996ffd 100755 (executable)
--- a/splint.sh
+++ b/splint.sh
@@ -18,6 +18,8 @@ FLAGS_STUPID="\
     -predboolint         \
     -boolops             \
     -exportlocal         \
+    -incondefs           \
+    -macroredef          \
     -retvalint           \
     -nullret             \
     -predboolothers      \
@@ -52,7 +54,6 @@ FLAGS_MAYBE="\
     -mayaliasunique      \
     -realcompare         \
     -observertrans       \
-    -noret               \
     -shiftnegative       \
     -exitarg             \
     -freshtrans          \
@@ -64,9 +65,7 @@ FLAGS_MAYBE="\
 # remove one flag from here at a time while fixing the code so that
 FLAGS_TOFIX="\
     -boolcompare         \
-    -incondefs           \
     -initallelements     \
-    -macroredef          \
     -castfcnptr          \
     -evalorder"