diff options
-rw-r--r-- | subsurface-core/cochran.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/subsurface-core/cochran.c b/subsurface-core/cochran.c index 267fe2b4a..40149d577 100644 --- a/subsurface-core/cochran.c +++ b/subsurface-core/cochran.c @@ -770,6 +770,7 @@ static void cochran_parse_dive(const unsigned char *decode, unsigned mod, int try_to_open_cochran(const char *filename, struct memblock *mem) { + (void) filename; unsigned int i; unsigned int mod; unsigned int *offsets, dive1, dive2; |