]> andersk Git - splint.git/blobdiff - test/db3/Makefile
- library fixes:
[splint.git] / test / db3 / Makefile
index 48118f81c5f61b78d25afcd973f0dc9546493b5e..123f9cd40ca1c3e871018ef7ad4de48410d5931f 100644 (file)
@@ -23,8 +23,10 @@ test:
 ### Note there is a .splint file used for checking!
 
 check: $(LCSFILES)
-       -$(SPLINTF) -showcol $(MODULES) +strict -modfilesystem +showsummary -exportconstant -exportlocal -protoparamprefix p_
-       -$(SPLINTF) -showcol $(MODULES) +strict -modfilesystem +showsummary -exportconstant -exportlocal -protoparamprefix p_ +strictlib -expect 77
+       -$(SPLINTF) -showcol $(MODULES) +strict -modfilesystem +showsummary -exportconstant -exportlocal -protoparamprefix p_ -expect 5
+       -$(SPLINTF) -showcol $(MODULES) +strict -modfilesystem +showsummary -exportconstant -exportlocal -protoparamprefix p_ +strictlib -expect 82
+
+# evans 2002-07-09: 5 new sprintf warnings
 
 
 ### The following rules generate .lh and .lcs files from .lcl files.  They also
This page took 0.036233 seconds and 4 git commands to generate.