Fixed gcc warnings

This commit is contained in:
Celine Mercier
2019-09-25 11:38:00 +02:00
parent c3b9e46291
commit 44517db51f
11 changed files with 49 additions and 69 deletions

View File

@ -828,7 +828,7 @@ OBIDMS_p obi_open_dms(const char* dms_path, bool cleaning)
OBIDMS_p dms;
char* relative_dms_path;
char* absolute_dms_path;
int clean_dms;
//int clean_dms;
dms = NULL;