]> andersk Git - splint.git/blob - test/noeffect.out
e0fb16a4ed3570045cfc7d5401b9a87a099918d4
[splint.git] / test / noeffect.out
1 /af10/evans/LCLintDev/src/lclint noeffect.c +allmacros +checks -expect 3
2
3 noeffect.c: (in macro exprNode_swap)
4 noeffect.c:3:59: Assignment to macro parameter: e1
5   A macro parameter is used as the left side of an assignment expression. This
6   exhibits behavior that could not be implemented by a function. (-macroassign
7   will suppress message)
8 noeffect.c:3:72: Assignment to macro parameter: e2
9 noeffect.c:2:18: File static function exprNode_swap declared but not used
10   A function is declared but not used. Use /*@unused@*/ in front of function
11   header to suppress message. (-fcnuse will suppress message)
12    noeffect.c:3: Definition of exprNode_swap
13
14 Finished LCLint checking --- 3 code errors found, as expected
This page took 0.024753 seconds and 3 git commands to generate.