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