Fix a bunch of compiler warnings about wrong format types.
[jra/samba/.git] / source3 / winbindd / winbindd_cache.c
index 5c1b71897d93349cde67ed3e6a304455c2d8d02c..e5a72cbfd9365bcd05b481b885c2872d022f5f4d 100644 (file)
@@ -4237,7 +4237,7 @@ do_query:
                DEBUG(10, ("result:\n\thomedir = '%s'\n", *homedir));
                 DEBUGADD(10, ("\tshell = '%s'\n", *shell));
                 DEBUGADD(10, ("\tgecos = '%s'\n", *gecos));
-                DEBUGADD(10, ("\tgid = '%u'\n", *p_gid));
+                DEBUGADD(10, ("\tgid = '%u'\n", (unsigned int)*p_gid));
 
                wcache_save_user_pwinfo( domain, nt_status, user_sid,
                                         *homedir, *shell, *gecos, *p_gid );