diff -r aecbbf00d063 -r d48ab3b357f1 uifw/AvKon/src/akntextcontrol.cpp --- a/uifw/AvKon/src/akntextcontrol.cpp Tue Aug 31 15:28:30 2010 +0300 +++ b/uifw/AvKon/src/akntextcontrol.cpp Wed Sep 01 12:16:19 2010 +0100 @@ -379,7 +379,7 @@ void CAknTextControl::SetWrappedTextIntoLabelsL(const CArrayFix& aWrappedArray, TInt aNumLines, const CFont* aFont) { __ASSERT_DEBUG(aNumLines == iNumberOfLines, Panic(EAknPanicSelfCheckFailure)); - + aNumLines = aNumLines ; // just for fixing warning for (TInt i=0; i < iNumberOfLines; i++) {