]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
More compiler warnings.
authorMichael R Sweet <michael.r.sweet@gmail.com>
Wed, 2 Oct 2019 19:50:21 +0000 (15:50 -0400)
committerMichael R Sweet <michael.r.sweet@gmail.com>
Wed, 2 Oct 2019 19:50:21 +0000 (15:50 -0400)
cups/testthreads.c

index e447a6eb5fd63491bd34dfbd59e342781d79820d..441bc9f1524298308ccd3de57b0b7ed9b1ea4c9b 100644 (file)
@@ -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...
   */