]> andersk Git - splint.git/blobdiff - test/strchr.expect
Remove unused cpplib_createDefinition.
[splint.git] / test / strchr.expect
index f54bbebeea89879cf68351a34750d19af87dbfe0..092ab78c2603e5c5c6e230210d1f09c734ff0b97 100644 (file)
@@ -1,6 +1,8 @@
 
 strchr.c: (in function func)
-strchr.c:6:4: Dereference of possibly null pointer c: *c
-   strchr.c:5:7: Storage c may become null
+strchr.c:5:4: Dereference of possibly null pointer c: *c
+   strchr.c:4:7: Storage c may become null
+strchr.c:5:3: Suspect modification of observer c: *c = 'd'
+   strchr.c:4:7: Storage *c becomes observer
 
-Finished LCLint checking --- 1 code error found
+Finished checking --- 2 code warnings, as expected
This page took 0.061359 seconds and 4 git commands to generate.