]> andersk Git - splint.git/blame - test/oldstyle.expect
noexpand always false.
[splint.git] / test / oldstyle.expect
CommitLineData
885824d3 1
2oldstyle.c: (in function f1)
3oldstyle.c:5:8: Dereference of non-pointer (int): *y
4oldstyle.c:10:5: Function f2 declared with 1 arg, specified with 2
5 oldstyle.lcl:2: Specification of f2
6oldstyle.c:15:12: Parameter 2, y, of function f3 has inconsistent type:
7 declared char, specified char *
8 oldstyle.lcl:4:1: Specification of y: char *
c21b4c87 9oldstyle2.c: (in function noShadow)
10oldstyle2.c:15:14: Statement after switch is not a case: int x
11oldstyle2.c: (in function unrecognized)
12oldstyle2.c:29:6: Unrecognized identifier: x
885824d3 13
c21b4c87 14Finished checking --- 5 code warnings, as expected
This page took 0.093764 seconds and 5 git commands to generate.