diff options
Diffstat (limited to 'core/parse.c')
-rw-r--r-- | core/parse.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/core/parse.c b/core/parse.c index d6ec39a7a..68e409b94 100644 --- a/core/parse.c +++ b/core/parse.c @@ -1,3 +1,4 @@ +#include "ssrf.h" #include <stdio.h> #include <assert.h> #include <stdarg.h> @@ -195,7 +196,7 @@ bool is_dive(void) void reset_dc_info(struct divecomputer *dc) { /* WARN: reset dc info does't touch the dc? */ - (void) dc; + UNUSED(dc); lastcylinderindex = 0; } |