mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +00:00
Silence warnings in cochran.c
Signed-off-by: Tomaz Canabrava <tomaz.canabrava@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
19b4477cd9
commit
f81dd80a48
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue