]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - pdftops/gfile.cxx
Get rid of compiler warnings.
[thirdparty/cups.git] / pdftops / gfile.cxx
index 9697481cc64302734d6c25de513c9f9ff2dc2f17..394f503ab6b3e2138be79da9d9628db5b4a15dc8 100644 (file)
@@ -411,6 +411,8 @@ GBool openTempFile(GString **name, FILE **f, const char *mode, const char *ext)
   int  fd;             // File descriptor...
 
 
+  (void)ext;
+
   // Use the CUPS temporary file function on all platforms...
   if ((fd = cupsTempFd(filename, sizeof(filename))) < 0)
     return (gFalse);