diff options
Diffstat (limited to 'src/gamma-quartz.c')
-rw-r--r-- | src/gamma-quartz.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gamma-quartz.c b/src/gamma-quartz.c index 4cb050a..ba8a4c4 100644 --- a/src/gamma-quartz.c +++ b/src/gamma-quartz.c @@ -38,6 +38,8 @@ quartz_print_help(FILE *f) static int quartz_set_option(struct gamma_state *state, const char *key, const char *value) { + (void) state; + (void) value; if (!strcasecmp(key, "preserve")) { weprintf(_("Deprecated method parameter ignored: `%s'."), key); return 0; |