From 64477bb2138fb2096f225e281ec7858a90cd55ab Mon Sep 17 00:00:00 2001 From: Thiago Macieira Date: Fri, 14 Feb 2014 14:31:23 -0800 Subject: Reapply 612785f39e325b0578be89e09b0e32d7d08d471e fixing GCC warnings See 612785f39e325b0578be89e09b0e32d7d08d471e for details. The warning is exactly the same as before, with the exact same solution as before. Change-Id: I2f6cbc64234696f1d240611f376ab5daf8d0f89c Reviewed-by: Simon Hausmann --- src/qml/compiler/qv4isel_moth_p.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/qml/compiler/qv4isel_moth_p.h') diff --git a/src/qml/compiler/qv4isel_moth_p.h b/src/qml/compiler/qv4isel_moth_p.h index b43868d186..41f839600f 100644 --- a/src/qml/compiler/qv4isel_moth_p.h +++ b/src/qml/compiler/qv4isel_moth_p.h @@ -202,7 +202,7 @@ template ptrdiff_t InstructionSelection::addInstruction(const InstrData &data) { Instr genericInstr; - InstrMeta::setData(genericInstr, data); + InstrMeta::setDataNoCommon(genericInstr, data); return addInstructionHelper(static_cast(InstrT), genericInstr); } -- cgit v1.2.3