]> andersk Git - splint.git/blame - test/commentchar.out
Made some additional changes to the makefile. Now it builds correctly.
[splint.git] / test / commentchar.out
CommitLineData
e12110be 1gmake[3]: Entering directory `/tmp/LCLintDev/test'
885824d3 2
e12110be 3Cannot find standard library: ansi.lcd
4 Check LARCH_PATH environment variable.
885824d3 5commentchar.c:14:1: Syntactic commentchar comment is not followed by a
6 whitespace character: 5
7commentchar.c:15:1: Cannot restore commentchar
8commentchar.c:10:5: Variable x redefined
9 commentchar.c:6:5: Previous definition of x
10commentchar.c:10:9: Variable x initialized to type char, expects int: 'c'
11
12Finished LCLint checking --- 4 code errors found, as expected
13
e12110be 14Cannot find standard library: ansi.lcd
15 Check LARCH_PATH environment variable.
885824d3 16commentchar.c:14:1: Syntactic commentchar comment is not followed by a
17 whitespace character: 5
18commentchar.c:15:1: Cannot restore commentchar
19commentchar.c:1:26: Unrecognized identifier in modifies comment: x
20commentchar.c:6:9: Variable x initialized to type char, expects int: 'c'
21
22Finished LCLint checking --- 4 code errors found, as expected
e12110be 23gmake[3]: Leaving directory `/tmp/LCLintDev/test'
This page took 0.221144 seconds and 5 git commands to generate.