locationsystemui/locationsysui/locblidsatelliteinfo/src/Debug.cpp
branchRCL_3
changeset 7 19bff11d6c18
parent 0 667063e416a2
--- a/locationsystemui/locationsysui/locblidsatelliteinfo/src/Debug.cpp	Fri Mar 12 15:44:22 2010 +0200
+++ b/locationsystemui/locationsysui/locblidsatelliteinfo/src/Debug.cpp	Mon Mar 15 12:42:19 2010 +0200
@@ -50,11 +50,12 @@
 void Debug( TRefByValue<const TDesC> aText, ... )
     {    
     RDebug::Print(aText);
-
+    // coverity[var_decl : FALSE]
     VA_LIST args;
     VA_START( args, aText );
 
     TBuf<KLogLineLength> buf;
+    // coverity[uninit_use_in_call : FALSE]
     buf.FormatList( aText, args );
 
     RFileLogger logger;