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/qhttp/tst_qhttp.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/auto/qhttp') diff --git a/tests/auto/qhttp/tst_qhttp.cpp b/tests/auto/qhttp/tst_qhttp.cpp index 61123c297f..96346cc91a 100644 --- a/tests/auto/qhttp/tst_qhttp.cpp +++ b/tests/auto/qhttp/tst_qhttp.cpp @@ -772,6 +772,7 @@ void tst_QHttp::authorization() http.setUser(user, pass); http.setHost(host); int id = http.get(path); + Q_UNUSED(id); QTimer::singleShot(5000, &loop, SLOT(quit())); loop.exec(); -- cgit v1.2.3