diff -r fd30d51f876b -r b6db4fd4947b calendarui/controller/src/calenstatemachine.cpp --- a/calendarui/controller/src/calenstatemachine.cpp Mon May 03 12:30:32 2010 +0300 +++ b/calendarui/controller/src/calenstatemachine.cpp Mon Jun 28 15:22:02 2010 +0530 @@ -156,12 +156,8 @@ { TRACE_ENTRY_POINT; - TRAPD(error,iStates[iCurrentState]->HandleNotificationL( aNotification, *this)); - if(error!=KErrNone) - { - // do avoid warning - } - + TRAP_IGNORE(iStates[iCurrentState]->HandleNotificationL( aNotification, *this)); + TRACE_EXIT_POINT; }