diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2016-03-09 20:43:09 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2016-03-09 21:50:37 -0800 |
commit | c2e1619cd1923b03a89d203b24285a375eb6e2f5 (patch) | |
tree | 88987686be8320dda7254ddfe991655155990072 /tests | |
parent | 44d715759c4be3921ef4591abaa8b13f8da24542 (diff) | |
download | subsurface-c2e1619cd1923b03a89d203b24285a375eb6e2f5.tar.gz |
Silence warnings in testparse.cpp
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/testparse.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/testparse.cpp b/tests/testparse.cpp index 5528d0df2..8bb092b56 100644 --- a/tests/testparse.cpp +++ b/tests/testparse.cpp @@ -360,7 +360,6 @@ void TestParse::testParseCompareNewFormatOutput() void TestParse::testParseDLD() { struct memblock mem; - int ret, success = 0; QString filename = SUBSURFACE_SOURCE "/dives/TestDiveDivelogsDE.DLD"; QVERIFY(readfile(filename.toLatin1().data(), &mem) > 0); |