aboutsummaryrefslogtreecommitdiffstats
path: root/src/gamma-w32gdi.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gamma-w32gdi.c')
-rw-r--r--src/gamma-w32gdi.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gamma-w32gdi.c b/src/gamma-w32gdi.c
index 8232c85..d06f6b1 100644
--- a/src/gamma-w32gdi.c
+++ b/src/gamma-w32gdi.c
@@ -38,6 +38,8 @@ w32gdi_print_help(FILE *f)
static int
w32gdi_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;