]> andersk Git - splint.git/blobdiff - src/rcfiles.c
Fixed all /*@i...@*/ tags (except 1).
[splint.git] / src / rcfiles.c
index aff1aaab7037c913ec495ff3c1045373319a3adf..2bc9a1e06dfffe6c468f25f86c4351b19299fdf8 100644 (file)
@@ -195,7 +195,10 @@ static void rcfiles_loadFile (/*:open:*/ FILE *rcfile, cstringList *passThroughA
                      fileIdList_undefined,
                      passThroughArgs,
                      cstringList_size (args),
-                     cstringList_getElements (args));
+                     /*@-nullstate@*/ /*@-type@*/ /* exposes cstring type */ 
+                     cstringList_getElements (args)
+                     /*@=nullstate@*/ /*@=type@*/
+                     );
   cstringList_free (args);
   check (fileTable_closeFile (context_fileTable (), rcfile));
 }
This page took 0.031137 seconds and 4 git commands to generate.