mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +00:00
Initialize variable to silence compiler warning
Signed-off-by: Miika Turkia <miika.turkia@gmail.com>
This commit is contained in:
parent
368719379e
commit
cef10454aa
1 changed files with 1 additions and 1 deletions
|
@ -371,7 +371,7 @@ int TestParse::parseCSVmanual(int units, std::string file)
|
|||
|
||||
void TestParse::exportCSVDiveDetails()
|
||||
{
|
||||
int saved_sac;
|
||||
int saved_sac = 0;
|
||||
|
||||
parse_file(SUBSURFACE_TEST_DATA "/dives/test40.xml", &dive_table, &trip_table, &dive_site_table);
|
||||
|
||||
|
|
Loading…
Reference in a new issue