]> andersk Git - splint.git/blobdiff - test/noeffect.expect
noexpand always false.
[splint.git] / test / noeffect.expect
index 394f14c55fc81b6abcec97b90ea0647e4dd36bc4..d73f59fe318316f6f6a835cbf2088397470fb234 100644 (file)
@@ -2,12 +2,12 @@
 noeffect.c: (in macro exprNode_swap)
 noeffect.c:3:59: Assignment to macro parameter: e1
   A macro parameter is used as the left side of an assignment expression. This
-  exhibits behavior that could not be implemented by a function. (-macroassign
-  will suppress message)
+  exhibits behavior that could not be implemented by a function. (Use
+  -macroassign to inhibit warning)
 noeffect.c:3:72: Assignment to macro parameter: e2
 noeffect.c:2:18: File static function exprNode_swap declared but not used
   A function is declared but not used. Use /*@unused@*/ in front of function
-  header to suppress message. (-fcnuse will suppress message)
+  header to suppress message. (Use -fcnuse to inhibit warning)
    noeffect.c:3: Definition of exprNode_swap
 
-Finished LCLint checking --- 3 code errors found, as expected
+Finished checking --- 3 code warnings, as expected
This page took 0.042752 seconds and 4 git commands to generate.