]> git.saurik.com Git - wxWidgets.git/commit
Fix 62 harmless but annoying Clang warnings in wxOSX build.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 20 May 2012 20:29:56 +0000 (20:29 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 20 May 2012 20:29:56 +0000 (20:29 +0000)
commit11716cbe14313011016472f56edb51c55aabe852
tree6ede6c6119040c2863178e18dad168817a3562c4
parentd92f48bd4378a09c631fc26e2a19ba53373ba8bc
Fix 62 harmless but annoying Clang warnings in wxOSX build.

Clang warns about using letters and digits in a switch on wxKeyCode enum which
doesn't include them as elements. This is generally useful but really annoying
in this case, especially due to the sheer number of warnings, so disable it
using Clang-specific pragma.

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