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