]> andersk Git - splint.git/blobdiff - test/oldstyle.expect
Fixed problem with handleing oldsytle function declarations.
[splint.git] / test / oldstyle.expect
index 0af2ab888b96a8e340c96d61096fc782a2939e0a..833ef6d799931007624cb10041452b6036cd59c2 100644 (file)
@@ -6,5 +6,9 @@ oldstyle.c:10:5: Function f2 declared with 1 arg, specified with 2
 oldstyle.c:15:12: Parameter 2, y, of function f3 has inconsistent type:
                      declared char, specified char *
    oldstyle.lcl:4:1: Specification of y: char *
+oldstyle2.c: (in function noShadow)
+oldstyle2.c:15:14: Statement after switch is not a case: int x
+oldstyle2.c: (in function unrecognized)
+oldstyle2.c:29:6: Unrecognized identifier: x
 
-Finished checking --- 3 code warnings, as expected
+Finished checking --- 5 code warnings, as expected
This page took 0.14165 seconds and 4 git commands to generate.