]> andersk Git - splint.git/blobdiff - test/outglob.c
Patched bug in splint --help flags full
[splint.git] / test / outglob.c
index de36d75529519415621564d3a3a9283729afaff0..336027763eeb01a10862848091807af0dfb98991 100644 (file)
@@ -38,7 +38,12 @@ int f()
        }
     }
 
-  return 12; /* NO! [9, 10. returns with x2 and x3 undefined (x1 IS defined on all branches!)] */
+  return 12; 
+  /* No errors to report.  Previously, 
+        [9, 10. returns with x2 and x3 undefined (x1 IS defined on all branches!)] 
+     but this is not correct; all branches that can reach the return do define 
+     x1, x2 and x3.
+  */
 }
 
 int h (void)
This page took 0.032762 seconds and 4 git commands to generate.