diff -r 1ddbe54d0645 -r ccb4f6b3db21 sensorservices/tiltcompensationssy/src/tccenrepobserver.cpp --- a/sensorservices/tiltcompensationssy/src/tccenrepobserver.cpp Thu Aug 19 11:09:10 2010 +0300 +++ b/sensorservices/tiltcompensationssy/src/tccenrepobserver.cpp Tue Aug 31 16:29:05 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 );