Various minor fixes for compiler/linter (other then splint itself) warnings.
[splint-patched.git] / test / info.expect
blob676c8b768b8b86c742d08eaabc2ad9e06d3c58b4
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:10:3: Observer storage assigned to unqualified reference: i = "Asdf"
8    info.c:10: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
12 Finished checking --- 4 code warnings, as expected