logsui/logsengine/logssymbianos/tsrc/stubs/centralrepository_stub.cpp
changeset 16 c5af8598d22c
parent 10 b04270301d3b
--- a/logsui/logsengine/logssymbianos/tsrc/stubs/centralrepository_stub.cpp	Wed Aug 18 09:49:12 2010 +0300
+++ b/logsui/logsengine/logssymbianos/tsrc/stubs/centralrepository_stub.cpp	Thu Sep 02 20:27:05 2010 +0300
@@ -57,7 +57,7 @@
 //
 // -----------------------------------------------------------------------------
 // 
-CRepository* CRepository::NewLC( TUid aRepositoryUid )
+CRepository* CRepository::NewLC( TUid /*aRepositoryUid*/ )
     {
     CRepository* self = new (ELeave) CRepository();
     CleanupStack::PushL( self );