diff options
Diffstat (limited to 'src/location-manual.c')
-rw-r--r-- | src/location-manual.c | 1 |
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; } |