From 49995ee35ff0b26e32303d77df619d3a2fbcb86b Mon Sep 17 00:00:00 2001 From: Friedemann Kleint Date: Thu, 19 May 2011 16:19:01 +0200 Subject: Tests: Fix some compile warnings. As they are now compiled by default. --- tests/auto/qfuture/tst_qfuture.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/auto/qfuture') diff --git a/tests/auto/qfuture/tst_qfuture.cpp b/tests/auto/qfuture/tst_qfuture.cpp index 8afdf48fc3..26d96f0f81 100644 --- a/tests/auto/qfuture/tst_qfuture.cpp +++ b/tests/auto/qfuture/tst_qfuture.cpp @@ -1453,6 +1453,7 @@ void tst_QFuture::exceptions_QTBUG18149() try { MyClass m; + Q_UNUSED(m); throw 0; } catch (int) {} -- cgit v1.2.3