From 7fa55936625695321d29f3e9570a78b407627087 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sun, 23 Mar 2025 14:42:29 +0100 Subject: Relay on libgamma for selecting adjustment method support MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/gamma-w32gdi.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/gamma-w32gdi.c') 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; -- cgit v1.2.3-70-g09d2