]> andersk Git - splint.git/blame - test/modifies.out
Tried to fix more problmes with the Makefiles
[splint.git] / test / modifies.out
CommitLineData
885824d3 1
e12110be 2Cannot find standard library: ansi.lcd
3 Check LARCH_PATH environment variable.
885824d3 4modifies.c:7:29: Modifies list uses internalState which is a variable and has
5 special meaning in a modifies list. (Special meaning assumed.)
6 modifies.c:4:25: Declaration of internalState
7modifies.c:13:26: Modifies list uses fileSystem which is a parameter and has
8 special meaning in a modifies list. (Special meaning assumed.)
9modifies.c:17:5: Globals list for f6 includes internal state, mstat, but
10 previously declared without globals internalState.
11 modifies.c:15:5: Declaration of f6
12modifies.c:17:5: Modifies list for f6 includes internal state, but previously
13 declared without modifies internal.
14 modifies.c:15:5: Declaration of f6
15modifies.c: (in function f1)
16modifies.c:24:3: Undocumented modification of mstat: mstat++
17modifies.c: (in function g2)
18modifies.c:37:1: Function g2 specified to modify internal state but no internal
19 state is modified
20 modifies.h:3:12: Declaration of g2
21modclient.c: (in function mod)
22modclient.c:3:3: Statement has no effect: (void)f1(p)
23
24Finished LCLint checking --- 7 code errors found, as expected
This page took 0.064186 seconds and 5 git commands to generate.