diff -r bee149131e4b -r 05b0d2323768 mmappcomponents/mmmtpdataprovider/inc/cmmmtpdpperflog.inl --- a/mmappcomponents/mmmtpdataprovider/inc/cmmmtpdpperflog.inl Fri Feb 19 23:18:32 2010 +0200 +++ b/mmappcomponents/mmmtpdataprovider/inc/cmmmtpdpperflog.inl Fri Mar 12 15:44:36 2010 +0200 @@ -187,9 +187,11 @@ if (totalTimeValue <= 0xFFFFFFFF) { + //Define the ptr on stack to avoid compiling warnning for wiscw udeb + TPtrC ptr( iDescription[index] ); WriteFormat( _L( "%S-%S, usage = %u, last time = %u.%S ms, total time = %u.%S ms, average time = %u.%S ms" ), iTitle, - &iDescription[index], + &ptr, iTotalUsage[index], lastTimeValue, &lastTimeDecimal, @@ -200,9 +202,11 @@ } else { + //Define the ptr on stack to avoid compiling warnning for wiscw udeb + TPtrC ptr( iDescription[index] ); WriteFormat( _L( "%S-%S, usage = %u, last time = %u.%S ms, total time = %u%u.%S ms, average time = %u.%S ms" ), iTitle, - &iDescription[index], + &ptr, iTotalUsage[index], lastTimeValue, &lastTimeDecimal,