From: Michael R Sweet Date: Wed, 2 Oct 2019 19:50:21 +0000 (-0400) Subject: More compiler warnings. X-Git-Tag: v2.3.1~50 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2b47f0916272082d296d9a488e9c249687f91aaa;p=thirdparty%2Fcups.git More compiler warnings. --- diff --git a/cups/testthreads.c b/cups/testthreads.c index e447a6eb5f..441bc9f152 100644 --- a/cups/testthreads.c +++ b/cups/testthreads.c @@ -60,6 +60,8 @@ enum_dests_cb(void *_name, /* I - Printer name, if any */ cups_dest_t *cdest; /* Copied destination */ + (void)flags; + /* * If a name was specified, compare it... */