]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - filter/error.c
Changes to eliminate warnings from new Clang.
[thirdparty/cups.git] / filter / error.c
index 39cd10391ab729320673c5104f58868260e563ce..96be93d11a84f6396d1d0f7e9c2700eb68350b7f 100644 (file)
@@ -209,7 +209,7 @@ get_error_buffer(void)
     buf = calloc(1, sizeof(_cups_raster_error_t));
     pthread_setspecific(raster_key, buf);
 
-    DEBUG_printf(("4get_error_buffer: buf=%p", buf));
+    DEBUG_printf(("4get_error_buffer: buf=%p", (void *)buf));
   }
 
  /*