Fix warning about returning address of local variable by MSVC2015 in qv4engine.cpp.
authorFriedemann Kleint <Friedemann.Kleint@theqtcompany.com>
Mon, 6 Jul 2015 10:11:19 +0000 (12:11 +0200)
committerFriedemann Kleint <Friedemann.Kleint@theqtcompany.com>
Fri, 17 Jul 2015 13:44:21 +0000 (13:44 +0000)
commit7da45b21b76965e021e8a049715b1dee34081f7c
tree7e03e8234ee8b507e83111f7279b36d338fa6081
parent71c357e416c37c7b7d7cd2efa95635018bd105f5
Fix warning about returning address of local variable by MSVC2015 in qv4engine.cpp.

qtdeclarative\src\qml\jsruntime\qv4engine.cpp(179) : warning C4172: returning address of local variable or temporary: dummy

Disable warning as using the address is intended.

Change-Id: Ide894a8dc2fb94f11d0455723c46567c84d91f8d
Reviewed-by: Simon Hausmann <simon.hausmann@theqtcompany.com>
src/qml/jsruntime/qv4engine.cpp