r23355: Fix some more build warnings.
[sfrench/samba-autobuild/.git] / source / nsswitch / winbindd_cache.c
index eba349767548afd86831c56ca39dea698bc74a6f..d1c34100ca29a7a5ff8a4b9baa59e6487f599d98 100644 (file)
@@ -3419,7 +3419,7 @@ int winbindd_validate_cache(void)
 
        if (bytes_read != sizeof(v_status)) {
                DEBUG(10, ("winbindd_validate_cache: read %d bytes from pipe "
-                          "but expected %d", bytes_read, sizeof(v_status)));
+                          "but expected %d", bytes_read, (int)sizeof(v_status)));
                DEBUGADD(10, (" -> assuming child crashed\n"));
                v_status.success = False;
        }