aboutsummaryrefslogtreecommitdiffstats
path: root/src/location-manual.c
diff options
context:
space:
mode:
authorMattias Andrée <m@maandree.se>2025-03-05 20:59:57 +0100
committerMattias Andrée <m@maandree.se>2025-03-05 20:59:57 +0100
commit259604f63dba5f958b879813d1eaed9a59991d1e (patch)
tree15aec3fced6f925fb3dd9d6c5907cf5aaa2a22d0 /src/location-manual.c
parentMention after fork that SIGCHLD is ignored (diff)
downloadredshift-ng-259604f63dba5f958b879813d1eaed9a59991d1e.tar.gz
redshift-ng-259604f63dba5f958b879813d1eaed9a59991d1e.tar.bz2
redshift-ng-259604f63dba5f958b879813d1eaed9a59991d1e.tar.xz
Fix warnings
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to 'src/location-manual.c')
-rw-r--r--src/location-manual.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/location-manual.c b/src/location-manual.c
index 1a9b044..368076b 100644
--- a/src/location-manual.c
+++ b/src/location-manual.c
@@ -101,6 +101,7 @@ location_manual_set_option(struct location_state *state, const char *key,
static int
location_manual_get_fd(struct location_state *state)
{
+ (void) state;
return -1;
}