]> andersk Git - splint.git/blob - test/info.expect
31b8bbc57df5088748d3efbaa42eac5cfde06638
[splint.git] / test / info.expect
1
2 info.c: (in function huppy_bug)
3 info.c:3:3: Unrecognized identifier: i
4 info.c:6:57: Unrecognized pre-processor directive:
5                 #info "LcLint ignores all code that follows this line!"
6 info.c: (in function unhuppy_bug)
7 info.c:9:3: Observer storage assigned to unqualified reference: i = "Asdf"
8    info.c:9:7: Storage becomes observer
9 info.c:1:13: File static function huppy_bug declared but not used
10    info.c:4:1: Definition of huppy_bug
11
12 Finished checking --- 4 code warnings, as expected
This page took 0.025456 seconds and 3 git commands to generate.