summaryrefslogtreecommitdiff
path: root/cups
diff options
context:
space:
mode:
authormsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2013-08-02 15:24:51 +0000
committermsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2013-08-02 15:24:51 +0000
commitdfc4cea4be3e7b297cf43449b048dd3dacdd6276 (patch)
treee4eecbd18cfc2268223a5451bcde81e8efa90431 /cups
parentf2534050299c6558a8c6346660e305b22904d1b6 (diff)
Fix builds with debug printfs turned off.
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@11215 a1ca3aef-8c08-0410-bb20-df032aa958be
Diffstat (limited to 'cups')
-rw-r--r--cups/testipp.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/cups/testipp.c b/cups/testipp.c
index a0f6a686f..c96a4b05b 100644
--- a/cups/testipp.c
+++ b/cups/testipp.c
@@ -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;