diff options
author | Tomaz Canabrava <tomaz.canabrava@gmail.com> | 2016-03-07 16:54:14 -0300 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2016-03-07 16:43:43 -0800 |
commit | f81dd80a483ec0380248688784c463fbf7684920 (patch) | |
tree | 4bab861bfe31ffbcf651f0451989527abf56ba36 /subsurface-core | |
parent | 19b4477cd992577f3e7c48f855446fe7e0735121 (diff) | |
download | subsurface-f81dd80a483ec0380248688784c463fbf7684920.tar.gz |
Silence warnings in cochran.c
Signed-off-by: Tomaz Canabrava <tomaz.canabrava@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'subsurface-core')
-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; |