r8520: fixed a pile of warnings from the build farm gcc -Wall output on
[jelmer/samba4-debian.git] / source / utils / ndrdump.c
index 0cc96bfe122c6fbc6a1e173deda268f307503294..b80dbdc39c5ee7e06d53489429833f51b2a3f866 100644 (file)
@@ -178,7 +178,7 @@ static char *stdin_load(TALLOC_CTX *mem_ctx, size_t *size)
 
        st = talloc_zero_size(mem_ctx, f->struct_size);
        if (!st) {
-               printf("Unable to allocate %d bytes\n", f->struct_size);
+               printf("Unable to allocate %d bytes\n", (int)f->struct_size);
                exit(1);
        }