r8520: fixed a pile of warnings from the build farm gcc -Wall output on
[jelmer/samba4-debian.git] / source / torture / basic / denytest.c
index 35c22ff19f16802061b1f2caea00c41b018eaa8c..8d16fa5e73d5fd61a69d6c155cc4f3cae44cc54e 100644 (file)
@@ -1433,7 +1433,7 @@ BOOL torture_denytest1(void)
                smbcli_close(cli1->tree, fnum1);
        }
 
-       printf("testing %d entries\n", ARRAY_SIZE(denytable1));
+       printf("testing %d entries\n", (int)ARRAY_SIZE(denytable1));
 
        GetTimeOfDay(&tv_start);