]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - cups/testipp.c
<rdar://problem/15313228> "Canceling stuck job after XXX seconds" message should...
[thirdparty/cups.git] / cups / testipp.c
index a0f6a686f2a990c1b204f9240b994ddb5f608c27..c96a4b05ba09a7ff44a7d8daae6d4f59fc753e5e 100644 (file)
@@ -263,7 +263,9 @@ main(int  argc,                     /* I - Number of command-line arguments */
   cups_file_t  *fp;            /* File pointer */
   int          i;              /* Looping var */
   int          status;         /* Status of tests (0 = success, 1 = fail) */
+#ifdef DEBUG
   const char   *name;          /* Option name */
+#endif /* DEBUG */
 
 
   status = 0;