]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - splint.sh
gmqcc.ini.example: VECTOR_COMPONENTS
[xonotic/gmqcc.git] / splint.sh
index 8d4ab2a866f46e0c24293ed7bbc2699927996ffd..0aa21316d739b5a0b339d6f3747ef01cad1afd56 100755 (executable)
--- a/splint.sh
+++ b/splint.sh
@@ -55,7 +55,6 @@ FLAGS_MAYBE="\
     -realcompare         \
     -observertrans       \
     -shiftnegative       \
-    -exitarg             \
     -freshtrans          \
     -abstract            \
     -statictrans"
@@ -64,8 +63,6 @@ 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"