]> andersk Git - splint.git/blame - test/alttypes.out
Made some additional changes to the makefile. Now it builds correctly.
[splint.git] / test / alttypes.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 5alttypes.c:19:20: Function f2 inconsistently redeclared to return alternate
6 types int | bool (types match, but alternates are not identical, so
7 checking may not be correct)
8 alttypes.c:17:20: Previous declaration of f2: int | void
9alttypes.c:25:20: Variable x inconsistently redeclared with alternate types int
10 | char (types match, but alternates are not identical, so checking may not
11 be correct)
12 alttypes.c:24:33: Previous declaration of x: int | char | bool
13
14Finished LCLint checking --- 2 code errors found, as expected
e12110be 15gmake[3]: Leaving directory `/tmp/LCLintDev/test'
This page took 0.655778 seconds and 5 git commands to generate.