Fix new warnings in qtdeclarative (found by GCC 4.8)
authorThiago Macieira <thiago.macieira@intel.com>
Sat, 6 Apr 2013 18:35:00 +0000 (11:35 -0700)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Tue, 9 Apr 2013 05:14:01 +0000 (07:14 +0200)
commit47ca880f33a517201cf123470c9137202c625564
tree9c2a78f4310f325b045ca15081c60b7bfd799a2d
parentce47647e0a5d6783f21317a6d04909713c6c4f92
Fix new warnings in qtdeclarative (found by GCC 4.8)

qqmlproperty.cpp:1561:35: warning: typedef ‘VMEMO’ locally defined but not used [-Wunused-local-typedefs]
qquickglobal.cpp:1017:13: warning: ‘initialized’ defined but not used [-Wunused-variable]
qquicktextnode.cpp:245:6: warning: unused parameter ‘position’ [-Wunused-parameter]

Change-Id: I48c5486953278dc960249f68e0e122d108f56e07
Reviewed-by: Alan Alpert <aalpert@blackberry.com>
src/qml/qml/qqmlproperty.cpp
src/quick/items/qquicktextnode.cpp
src/quick/util/qquickglobal.cpp