diff options
author | Mattias Andrée <m@maandree.se> | 2025-03-23 14:42:29 +0100 |
---|---|---|
committer | Mattias Andrée <m@maandree.se> | 2025-03-23 14:42:29 +0100 |
commit | 7fa55936625695321d29f3e9570a78b407627087 (patch) | |
tree | 8678ea80f48dd20d461a066c9afa183ec52c5d54 /src/gamma-w32gdi.c | |
parent | Rewrite gamma-drm.c to use libgamma (diff) | |
download | redshift-ng-7fa55936625695321d29f3e9570a78b407627087.tar.gz redshift-ng-7fa55936625695321d29f3e9570a78b407627087.tar.bz2 redshift-ng-7fa55936625695321d29f3e9570a78b407627087.tar.xz |
Relay on libgamma for selecting adjustment method support
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to 'src/gamma-w32gdi.c')
-rw-r--r-- | src/gamma-w32gdi.c | 2 |
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; |