]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/zstd/contrib/adaptive-compression/datagencli.c
import 15.2.0 Octopus source
[ceph.git] / ceph / src / zstd / contrib / adaptive-compression / datagencli.c
index bf9601f20976eb4e12dde809d3484b446b5d3957..5f3c93140493a52a34e05b2328a21eb3746decc1 100644 (file)
@@ -120,7 +120,7 @@ int main(int argc, const char** argv)
     DISPLAYLEVEL(4, "Compressible data Generator \n");
     if (probaU32!=COMPRESSIBILITY_DEFAULT)
         DISPLAYLEVEL(3, "Compressibility : %i%%\n", probaU32);
-    DISPLAYLEVEL(3, "Seed = %u \n", seed);
+    DISPLAYLEVEL(3, "Seed = %u \n", (unsigned)seed);
 
     RDG_genStdout(size, (double)probaU32/100, litProba, seed);
     DISPLAYLEVEL(1, "\n");