diff -r c9d868f1e20c -r 1801340c26a2 uiacceltk/hitchcock/ServerCore/Src/alfappui.cpp --- a/uiacceltk/hitchcock/ServerCore/Src/alfappui.cpp Thu Jul 15 19:40:07 2010 +0300 +++ b/uiacceltk/hitchcock/ServerCore/Src/alfappui.cpp Thu Aug 19 10:48:02 2010 +0300 @@ -972,7 +972,7 @@ // Handles window server event. // --------------------------------------------------------------------------- // -EXPORT_C void CAlfAppUi::HandleWsEventL(const TWsEvent& aEvent, CCoeControl* aDestination) +EXPORT_C void CAlfAppUi::HandleWsEventL(const TWsEvent& aEvent, CCoeControl* /*aDestination*/) { if (aEvent.Type() >= EEventPointer && aEvent.Type() <= EEventDragDrop ) { @@ -1253,7 +1253,7 @@ } -TTypeUid::Ptr CAlfAppUi::MopSupplyObject(TTypeUid aId) +TTypeUid::Ptr CAlfAppUi::MopSupplyObject(TTypeUid /*aId*/) { return TTypeUid::Null(); }