summaryrefslogtreecommitdiff
path: root/cups
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2019-10-02 15:50:21 -0400
committerMichael R Sweet <michael.r.sweet@gmail.com>2019-10-02 15:50:21 -0400
commit2b47f0916272082d296d9a488e9c249687f91aaa (patch)
tree0caf4a3ed27d3d8490007e97a1eb29cf27041f56 /cups
parent6936a1222dce91c68376fed799d5d18e6b9276cf (diff)
downloadcups-2b47f0916272082d296d9a488e9c249687f91aaa.tar.gz
More compiler warnings.
Diffstat (limited to 'cups')
-rw-r--r--cups/testthreads.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/cups/testthreads.c b/cups/testthreads.c
index e447a6eb5..441bc9f15 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...
*/