]> andersk Git - splint.git/blame - test/noeffect.out
*** empty log message ***
[splint.git] / test / noeffect.out
CommitLineData
84380658 1/af9/drl7x/re3/LCLintDev/bin/lclint noeffect.c +allmacros +checks -expect 3
98ed3b22 2
3noeffect.c: (in macro exprNode_swap)
4noeffect.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)
8noeffect.c:3:72: Assignment to macro parameter: e2
9noeffect.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
14Finished LCLint checking --- 3 code errors found, as expected
This page took 0.049871 seconds and 5 git commands to generate.