diff -r 834e27cad510 -r 16118e24b93b supl/locationsuplfw/utilities/src/epos_csupltrace.cpp --- a/supl/locationsuplfw/utilities/src/epos_csupltrace.cpp Tue Jul 06 14:44:11 2010 +0300 +++ b/supl/locationsuplfw/utilities/src/epos_csupltrace.cpp Wed Aug 18 10:11:45 2010 +0300 @@ -140,7 +140,7 @@ const TDesC& aTraceLogFile, TRefByValue aFmt, ... ) { - // coverity[var_decl : FALSE] + //coverity[var_decl] VA_LIST list; VA_START( list, aFmt ); @@ -151,6 +151,7 @@ TPtr ptr( buf->Des() ); _LIT( KPrefix, "[EPos/0x%LX]: "); ptr.Format( KPrefix, process.Id().Id() ); + //coverity[uninit_use_in_call] ptr.AppendFormatList( aFmt, list ); RDebug::RawPrint( ptr );