]> andersk Git - splint.git/blobdiff - test/inparam.c
Fixes for win32
[splint.git] / test / inparam.c
index 8b61d12475091e7efa0f38fa1c9a100ff8d6961a..1a08056c86fa9816b7d5bb47fce453379216e054 100644 (file)
@@ -5,10 +5,10 @@ void f (/*@out@*/ int *x)
 {
   if (3 > 4)
     {
-      unknown (x);
+      unknown (x); /* x not completely defined */
     }
   else
     {
-      inparam (x);
+      inparam (x); /* x not completely defined */
     }
 }
This page took 0.033023 seconds and 4 git commands to generate.