]> andersk Git - splint.git/blob - test/condifomit.expect
Added support for omitted if clauses in conditionals, patch provided by peteran.
[splint.git] / test / condifomit.expect
1
2 condifomit.c: (in function cond1)
3 condifomit.c:11:6: Conditionals with Omitted Operands is not supported by ISO
4                       C99
5 condifomit.c: (in function cond2)
6 condifomit.c:17:9: Conditionals with Omitted Operands is not supported by ISO
7                       C99
8 condifomit.c: (in function test_use_before_definition)
9 condifomit.c:27:17: Variable i used before definition
10 condifomit.c:27:17: Conditionals with Omitted Operands is not supported by ISO
11                        C99
12
13 Finished checking --- 4 code warnings, as expected
14
15 Command Line: Setting +gnuextensions redundant with current value
16 condifomit.c: (in function test_use_before_definition)
17 condifomit.c:27:17: Variable i used before definition
18
19 Finished checking --- 1 code warning, as expected
This page took 0.044176 seconds and 5 git commands to generate.