Suppress unused parameter warnings.
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 6 Apr 2010 18:46:00 +0000 (18:46 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 6 Apr 2010 18:46:00 +0000 (18:46 +0000)
commitde5361faf303dac842068f28c81f084cfc86101d
treefe4ea81db96b3363809bcaa065b0851e6f9c9d82
parent58271f42ceaa3f27b96df865152fda417e5a52f7
Suppress unused parameter warnings.

observer argument of wxCFEventLoop::ObserverCallBack() and timestampsec one of
wxComboBox::OSXHandleClicked() were unused and generated gcc warnings.

wxComboBox::EnableTextChangedEvents() needs to be implemented but as there is
already a wxFAIL in it an extra warning is not really useful.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63875 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/osx/combobox_osx.cpp
src/osx/core/evtloop_cf.cpp