]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - cups/getputfile.c
Changes to eliminate warnings from new Clang.
[thirdparty/cups.git] / cups / getputfile.c
index 443e0c4f10ac0c02d2cb93ca7688cd68afead3ef..478c55cb2f4f122a1be4d0e16241087df416ffad 100644 (file)
@@ -53,8 +53,7 @@ cupsGetFd(http_t     *http,           /* I - Connection to server or @code CUPS_HTTP_DEFA
   * Range check input...
   */
 
-  DEBUG_printf(("cupsGetFd(http=%p, resource=\"%s\", fd=%d)", http,
-                resource, fd));
+  DEBUG_printf(("cupsGetFd(http=%p, resource=\"%s\", fd=%d)", (void *)http, resource, fd));
 
   if (!resource || fd < 0)
   {
@@ -276,8 +275,7 @@ cupsPutFd(http_t     *http,         /* I - Connection to server or @code CUPS_HTTP_DEFA
   * Range check input...
   */
 
-  DEBUG_printf(("cupsPutFd(http=%p, resource=\"%s\", fd=%d)", http,
-                resource, fd));
+  DEBUG_printf(("cupsPutFd(http=%p, resource=\"%s\", fd=%d)", (void *)http, resource, fd));
 
   if (!resource || fd < 0)
   {