locationsystemui/locationsysui/locbtnotifier/src/locbtnotifierdebug.cpp
branchRCL_3
changeset 13 19bff11d6c18
parent 0 667063e416a2
--- a/locationsystemui/locationsysui/locbtnotifier/src/locbtnotifierdebug.cpp	Fri Mar 12 15:44:22 2010 +0200
+++ b/locationsystemui/locationsysui/locbtnotifier/src/locbtnotifierdebug.cpp	Mon Mar 15 12:42:19 2010 +0200
@@ -48,10 +48,12 @@
 //
  void DebugLocBtNotifier( TRefByValue<const TDesC> 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 );
 
     #ifdef _DEBUG