]> andersk Git - splint.git/blob - test/noeffect.out
Made some additional changes to the makefile. Now it builds correctly.
[splint.git] / test / noeffect.out
1 gmake[3]: Entering directory `/tmp/LCLintDev/test'
2
3 Cannot find standard library: ansi.lcd
4      Check LARCH_PATH environment variable.
5 noeffect.c: (in macro exprNode_swap)
6 noeffect.c:3:59: Assignment to macro parameter: e1
7   A macro parameter is used as the left side of an assignment expression. This
8   exhibits behavior that could not be implemented by a function. (-macroassign
9   will suppress message)
10 noeffect.c:3:72: Assignment to macro parameter: e2
11 noeffect.c:3:95: Unrecognized identifier in macro definition: FALSE
12   An unrecognized identifier appears in a macro. If the identifier is defined
13   before the macro is used, then this is okay. (-macrounrecog will suppress
14   message)
15 noeffect.c:2:18: File static function exprNode_swap declared but not used
16   A function is declared but not used. Use /*@unused@*/ in front of function
17   header to suppress message. (-fcnuse will suppress message)
18    noeffect.c:3: Definition of exprNode_swap
19
20 Finished LCLint checking --- 4 code errors found, expected 3
21 gmake[3]: *** [noeffect] Error 1
22 gmake[3]: Leaving directory `/tmp/LCLintDev/test'
This page took 0.107246 seconds and 5 git commands to generate.