]> andersk Git - splint.git/blobdiff - src/flags.def
Added legacy flag for unix lib.
[splint.git] / src / flags.def
index 5ef72038db9c7ac026fda87646377bdb520d2f19..0644a8372c0b7ac0dd344c52e4161241722372d2 100644 (file)
@@ -3823,5 +3823,13 @@ static flaglist flags =
     "Use of a declarator that is implementation optional, not required by ISO99.",
     0, 0
   }, 
+  {
+    FK_WARNUSE, FK_NONE, modeFlag,
+    "legacy",
+    FLG_LEGACY,
+    "legacy declaration in Unix Standard",
+    "Use of a declarator that is marked as a legacy entry in the Unix Standard.",
+    0, 0
+  }, 
 
 } ;
This page took 0.061118 seconds and 4 git commands to generate.