]> andersk Git - splint.git/blobdiff - src/flags.c
Making fixes for Microsoft Visual C++ compiler.
[splint.git] / src / flags.c
index e8b3ceb00f6f8decc50e6550627a3dad85f9cf07..b9874fe18e1290c8f01b07f45262effbeaaeb334 100644 (file)
@@ -31,6 +31,7 @@
 # include "portab.h"
 # include "rcfiles.h"
 # include "lslinit.h"
+# include "llmain.h"
 
 /*
 ** from the CC man page:
@@ -145,12 +146,12 @@ static /*@observer@*/ cstring argcode_unparse (argcode arg)
     }
 # ifdef WIN32
 /* Make Microsoft VC++ happy */
-# pragma warning (disable:4715) 
+# pragma warning (disable:4715)
 # endif
 }      
 
 # ifdef WIN32
-# pragma warning (enable:4715) 
+/* # pragma warning (enable:4715)  */
 # endif
 
 typedef struct { 
This page took 0.045167 seconds and 4 git commands to generate.