]> andersk Git - splint.git/blob - test/noeffect.out
80dcca6e4b7b06d41fc562a30b63381ae49a688d
[splint.git] / test / noeffect.out
1 /af9/drl7x/re3/LCLintDev/bin/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.028498 seconds and 3 git commands to generate.