supl/locationsuplfw/utilities/src/epos_csupltrace.cpp
branchRCL_3
changeset 45 6b6920c56e2f
parent 44 2b4ea9893b66
child 55 ea98413ce11f
--- a/supl/locationsuplfw/utilities/src/epos_csupltrace.cpp	Tue Aug 31 15:37:04 2010 +0300
+++ b/supl/locationsuplfw/utilities/src/epos_csupltrace.cpp	Wed Sep 01 12:24:21 2010 +0100
@@ -140,7 +140,7 @@
     const TDesC& aTraceLogFile,
     TRefByValue<const TDesC> aFmt, ... )
     {
-    //coverity[var_decl]
+    // coverity[var_decl : FALSE]
     VA_LIST list;
     VA_START( list, aFmt );
 
@@ -151,7 +151,6 @@
     	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 );