diff -r aba12c885d83 -r 96907930389d clock2/clockui/uilayer/src/clockappui.cpp --- a/clock2/clockui/uilayer/src/clockappui.cpp Thu Jul 15 18:37:27 2010 +0300 +++ b/clock2/clockui/uilayer/src/clockappui.cpp Thu Aug 19 09:53:43 2010 +0300 @@ -444,10 +444,10 @@ // rest of the details commented in the header // --------------------------------------------------------- // -void CClockAppUi::UpdateComplete( TInt aErrorCode, CIAUpdateResult* aResult ) +void CClockAppUi::UpdateComplete( TInt /*aErrorCode*/, CIAUpdateResult* aResult ) { __PRINTS( "CClockAppUi::UpdateComplete - Entry" ); - + //Comment out the aErrorCode when Prints are enabled __PRINT( "aErrorCode: %d", aErrorCode ); delete aResult; // Ownership was transferred, so this must be deleted by the client