]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Fix builds with debug printfs turned off.
authormsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>
Fri, 2 Aug 2013 15:24:51 +0000 (15:24 +0000)
committermsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>
Fri, 2 Aug 2013 15:24:51 +0000 (15:24 +0000)
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@11215 a1ca3aef-8c08-0410-bb20-df032aa958be

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;