]> andersk Git - splint.git/blame - test/alttypes.expect
noexpand always false.
[splint.git] / test / alttypes.expect
CommitLineData
885824d3 1
2alttypes.c:19:20: Function f2 inconsistently redeclared to return alternate
3 types int | bool (types match, but alternates are not identical, so
4 checking may not be correct)
5 alttypes.c:17:20: Previous declaration of f2: int | void
6alttypes.c:25:20: Variable x inconsistently redeclared with alternate types int
7 | char (types match, but alternates are not identical, so checking may not
8 be correct)
9 alttypes.c:24:33: Previous declaration of x: int | char | bool
10
11db3170 11Finished checking --- 2 code warnings, as expected
This page took 0.058487 seconds and 5 git commands to generate.