Fix harmless warnings in hot key code in wxOSX.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 2 Oct 2011 11:28:36 +0000 (11:28 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 2 Oct 2011 11:28:36 +0000 (11:28 +0000)
commit97d5c7a3d03dea649d933f6a3871217a5e8e5b53
tree9527560283497678c82c8d4a22151a512f9a9259
parentfb5f677b6acaf71bea0bdaea6eeccad1869ca49f
Fix harmless warnings in hot key code in wxOSX.

Don't compare signed and unsigned variables if possible (insert a cast in one
place where it wasn't).

Put WXUNUSED() around the unused parameters.

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