]> andersk Git - splint.git/blobdiff - test/moduncon.expect
Fixed handling of wide character strings (L"test").
[splint.git] / test / moduncon.expect
index 160777d58b7dfacfb5729d61283dbe777fe5eb3c..56ac4ff1a6dd221b279f61a3d8d4f54caef1393e 100644 (file)
@@ -9,17 +9,17 @@ moduncon.c:13:16: Undetected modification possible from call to unconstrained
 moduncon.c:13:10: Undetected modification possible from call to unconstrained
                      function umod: umod
 
-Finished LCLint checking --- 4 code errors found, as expected
+Finished checking --- 4 code warnings, as expected
 
 moduncon.c: (in function f)
 moduncon.c:6:22: Undetected modification possible from call to unconstrained
                     function umod: umod
-moduncon.c:6:22: New fresh storage passed as implicitly temp (not released):
-                    umod(x)
+moduncon.c:6:22: New fresh storage (type int *) passed as implicitly temp (not
+                    released): umod(x)
 moduncon.c:6:16: Undetected modification possible from call to unconstrained
                     function mmod: mmod
-moduncon.c:6:16: New fresh storage passed as implicitly temp (not released):
-                    mmod(umod(x))
+moduncon.c:6:16: New fresh storage (type int *) passed as implicitly temp (not
+                    released): mmod(umod(x))
 moduncon.c:6:10: Undetected modification possible from call to unconstrained
                     function umod: umod
 moduncon.c:6:3: Statement has no effect (possible undected modification through
@@ -31,12 +31,12 @@ moduncon.c:12:3: Statement has no effect (possible undected modification
                     through call to unconstrained function umod): (void)umod(x)
 moduncon.c:13:22: Undetected modification possible from call to unconstrained
                      function umod: umod
-moduncon.c:13:22: New fresh storage passed as implicitly temp (not released):
-                     umod(x)
+moduncon.c:13:22: New fresh storage (type int *) passed as implicitly temp (not
+                     released): umod(x)
 moduncon.c:13:16: Undetected modification possible from call to unconstrained
                      function mmod: mmod
-moduncon.c:13:16: New fresh storage passed as implicitly temp (not released):
-                     mmod(umod(x))
+moduncon.c:13:16: New fresh storage (type int *) passed as implicitly temp (not
+                     released): mmod(umod(x))
 moduncon.c:13:10: Undetected modification possible from call to unconstrained
                      function umod: umod
 moduncon.c:13:3: Statement has no effect (possible undected modification
@@ -54,4 +54,4 @@ moduncon.c:4:5: Function f exported but not declared in header file
 moduncon.c:10:5: Function g exported but not declared in header file
    moduncon.c:15:1: Definition of g
 
-Finished LCLint checking --- 22 code errors found, as expected
+Finished checking --- 22 code warnings, as expected
This page took 0.041234 seconds and 4 git commands to generate.