]> andersk Git - splint.git/blame - test/flags.out
Tried to fix more problmes with the Makefiles
[splint.git] / test / flags.out
CommitLineData
885824d3 1
e12110be 2Cannot find standard library: ansi.lcd
3 Check LARCH_PATH environment variable.
885824d3 4flags.c:1:9: Variable x initialized to type char, expects int: 'c'
5flags.c:5:9: Variable y
6 initialized to type
7 char, expects int:
8 'c'
9flags.c:7:18: Warning:
10 Value for linelen
11 must be at least 20
12 (given 13)
13flags.c:11:5:
14 Internal identifier
15 xx2 is not
16 distinguishable
17 from xx1 in the
18 first 2 characters
19 (xx)
20 flags.c:10:5:
21 Declaration of
22 xx1
23flags.c:13:18:
80ee600a 24 Semantic comment
885824d3 25 attempts to restore
26 flag linelen. A
27 flag for setting a
28 value cannot be
29 restored.
80ee600a 30flags.c:15:17: Semantic comment attempts to set global flag dump. A
885824d3 31 global flag cannot be set locally.
80ee600a 32flags.c:16:22: Flag macrovarprefix (in semantic comment) must be
885824d3 33 followed by an argument
80ee600a 34flags.c:17:26: Flag macrovarprefix (in semantic comment) must be
885824d3 35 followed by an argument
36flags.c:18:20: Flag linelen must be followed by a positive number
37 number. Followed by asdf
38
39Finished LCLint checking --- 8 code errors found, as expected
40
e12110be 41Cannot find standard library: ansi.lcd
42 Check LARCH_PATH environment variable.
885824d3 43flags.c:1:9: Variable x initialized to type char, expects int: 'c'
44flags.c:5:9: Variable y initialized to type char, expects int: 'c'
45
46Finished LCLint checking --- 2 code errors found, as expected
This page took 0.068394 seconds and 5 git commands to generate.