diff -r f27aebe284bb -r c5af8598d22c logsui/logsengine/logssymbianos/tsrc/stubs/centralrepository_stub.cpp --- 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 );