mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +00:00
Silence warnings in testparse.cpp
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
44d715759c
commit
c2e1619cd1
1 changed files with 0 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue