]> andersk Git - splint.git/blobdiff - test/ud.expect
Added the splint.org css sheet to the html version of the faq.
[splint.git] / test / ud.expect
index ddbf4f01a7b9b1f497ab838a1c3db8404cf5098f..20c5141869e17baaaf051ac261be7e149e879179 100644 (file)
@@ -10,12 +10,12 @@ ud.c:49:6: Variable i used before definition
 ud.c:50:6: Variable z5 used before definition
 ud.c:56:7: Variable z5 used before definition
 
-Finished LCLint checking --- 9 code errors found, as expected
+Finished checking --- 9 code warnings, as expected
 
 ud2.c: (in function g)
-ud2.c:9:6: Unallocated storage y passed as out parameter: y
+ud2.c:9:6: Unallocated storage y passed as out parameter to f1: y
 ud2.c: (in function h)
-ud2.c:20:7: Passed storage x not completely defined: f2 (&x)
+ud2.c:20:7: Passed storage &x not completely defined: f2 (&x)
 ud2.c:23:7: Variable y used before definition
 
-Finished LCLint checking --- 3 code errors found, as expected
+Finished checking --- 3 code warnings, as expected
This page took 0.076929 seconds and 4 git commands to generate.