]> andersk Git - splint.git/blobdiff - test/unused.expect
Apparently splint does not correctly handle the case in which a #defined constant...
[splint.git] / test / unused.expect
index 3f5c117ce3f428e98ec9e1aabce927d25a8383d9..6b322a5b59a2d91f4fee5c3baa182ab0e74081f0 100644 (file)
@@ -1,11 +1,19 @@
 
+unused.c:13:6: Name _inner is in the implementation name space (any identifier
+                  beginning with underscore)
+unused.c:14:2: Name _st is in the implementation name space (any identifier
+                  beginning with underscore)
 unused.c:19:12: File static function f declared but not used
    unused.c:22:1: Definition of f
 unused.c:16:12: Function undef declared but not defined
 unused.c:16:12: Function undef exported but not declared in header file
 
-Finished LCLint checking --- 3 code errors found, as expected
+Finished checking --- 5 code warnings, as expected
 
+unused.c:13:6: Name _inner is in the implementation name space (any identifier
+                  beginning with underscore)
+unused.c:14:2: Name _st is in the implementation name space (any identifier
+                  beginning with underscore)
 unused.c:19:12: File static function f declared but not used
    unused.c:22:1: Definition of f
 unused.c:16:12: Function undef declared but not defined
@@ -14,4 +22,4 @@ unused.c:12:11: Field silly of structure struct _inner declared but not used
 unused.c:7:7: Field dumb of structure struct _st declared but not used
 unused.c:16:12: Function undef exported but not declared in header file
 
-Finished LCLint checking --- 6 code errors found, as expected
+Finished checking --- 8 code warnings, as expected
This page took 0.035106 seconds and 4 git commands to generate.