diff -r 072a9626b290 -r 09d657f1ee00 sensorservices/tiltcompensationssy/src/tccenrepobserver.cpp --- a/sensorservices/tiltcompensationssy/src/tccenrepobserver.cpp Wed Aug 18 11:03:14 2010 +0300 +++ b/sensorservices/tiltcompensationssy/src/tccenrepobserver.cpp Thu Sep 02 21:48:26 2010 +0300 @@ -110,8 +110,13 @@ // CTCCenrepObserver::HandleNotifyError // ----------------------------------------------------------------------------- // +#ifdef _DEBUG void CTCCenrepObserver::HandleNotifyError( TUint32 /*aKey*/, TInt aError, CCenRepNotifyHandler* aHandler) +#else +void CTCCenrepObserver::HandleNotifyError( + TUint32 /*aKey*/, TInt /*aError*/, CCenRepNotifyHandler* aHandler) +#endif { ERROR_1( aError, "CTCCenrepObserver::HandleNotifyError - aError: %d ", aError );