r24631: Fix up format warnings, found on my Fedora 7 x86_64 workstation.
[samba.git] / source4 / smbd / server.c
index d164c5054ab154018817b3658100bbb002e96ad8..7731db85f8732289f38717e14e09226d7970df69 100644 (file)
@@ -256,7 +256,7 @@ static int binary_smbd_main(const char *binary_name, int argc, const char *argv[
        if (sizeof(uint16_t) < 2 || sizeof(uint32_t) < 4 || sizeof(uint64_t) < 8) {
                DEBUG(0,("ERROR: Samba is not configured correctly for the word size on your machine\n"));
                DEBUGADD(0,("sizeof(uint16_t) = %u, sizeof(uint32_t) %u, sizeof(uint64_t) = %u\n",
-                       sizeof(uint16_t), sizeof(uint32_t), sizeof(uint64_t)));
+                           (unsigned int)sizeof(uint16_t), (unsigned int)sizeof(uint32_t), (unsigned int)sizeof(uint64_t)));
                exit(1);
        }