From c2e1619cd1923b03a89d203b24285a375eb6e2f5 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Wed, 9 Mar 2016 20:43:09 -0800 Subject: [PATCH] Silence warnings in testparse.cpp Signed-off-by: Dirk Hohndel --- tests/testparse.cpp | 1 - 1 file changed, 1 deletion(-) 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);