qtbase tests: Fix some warnings
authorFriedemann Kleint <Friedemann.Kleint@nokia.com>
Thu, 17 Nov 2011 14:52:53 +0000 (15:52 +0100)
committerQt by Nokia <qt-info@nokia.com>
Mon, 21 Nov 2011 08:58:23 +0000 (09:58 +0100)
commite8b4c49efddb87f4195c74668b5026119eccea56
tree973f4539844b7ff0797bf7b7b1383c853dffda99
parented5583048ecf3d340ded7e4d5f1b926a9929eebd
qtbase tests: Fix some warnings

- Fix warnings about QAtomicPointer/Int usage
- Fix some gcc 4.6 warnings about assigned/unused variables

Change-Id: Ib4dbf9110f0dad93ad48e97278310f05fad3a82a
Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
28 files changed:
tests/auto/corelib/animation/qanimationgroup/tst_qanimationgroup.cpp
tests/auto/corelib/concurrent/qfuture/tst_qfuture.cpp
tests/auto/corelib/concurrent/qtconcurrentiteratekernel/tst_qtconcurrentiteratekernel.cpp
tests/auto/corelib/concurrent/qtconcurrentmap/tst_qtconcurrentmap.cpp
tests/auto/corelib/concurrent/qtconcurrentresultstore/tst_qtconcurrentresultstore.cpp
tests/auto/corelib/kernel/qmetaobjectbuilder/tst_qmetaobjectbuilder.cpp
tests/auto/corelib/kernel/qsocketnotifier/tst_qsocketnotifier.cpp
tests/auto/corelib/kernel/qtimer/tst_qtimer.cpp
tests/auto/corelib/thread/qmutex/tst_qmutex.cpp
tests/auto/corelib/tools/qstring/tst_qstring.cpp
tests/auto/dbus/qdbusconnection/tst_qdbusconnection.cpp
tests/auto/dbus/qdbusthreading/tst_qdbusthreading.cpp
tests/auto/gui/image/qimagereader/tst_qimagereader.cpp
tests/auto/gui/kernel/qshortcut/tst_qshortcut.cpp
tests/auto/gui/text/qtextdocumentfragment/tst_qtextdocumentfragment.cpp
tests/auto/gui/text/qtextlayout/tst_qtextlayout.cpp
tests/auto/integrationtests/collections/tst_collections.cpp
tests/auto/v8/v8test.cpp
tests/auto/widgets/dialogs/qfiledialog/tst_qfiledialog.cpp
tests/auto/widgets/dialogs/qmessagebox/tst_qmessagebox.cpp
tests/auto/widgets/graphicsview/qgraphicsproxywidget/tst_qgraphicsproxywidget.cpp
tests/auto/widgets/graphicsview/qgraphicsview/tst_qgraphicsview.cpp
tests/auto/widgets/itemviews/qstringlistmodel/tst_qstringlistmodel.cpp
tests/auto/widgets/itemviews/qtreewidget/tst_qtreewidget.cpp
tests/auto/widgets/kernel/qwidget/tst_qwidget.cpp
tests/auto/widgets/widgets/qcalendarwidget/tst_qcalendarwidget.cpp
tests/auto/widgets/widgets/qmainwindow/tst_qmainwindow.cpp
tests/auto/widgets/widgets/qtextedit/tst_qtextedit.cpp