Suppress a harmless signed/unsigned comparison warning.
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 6 Apr 2010 18:46:05 +0000 (18:46 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 6 Apr 2010 18:46:05 +0000 (18:46 +0000)
commit96dfe7577ab7b85ba774a87fc2bc82c0f85025a4
tree566f71de4db1cf922e7e0c23544908a55f2fe474
parentde5361faf303dac842068f28c81f084cfc86101d
Suppress a harmless signed/unsigned comparison warning.

wxComboBox::FindString() used int loop index, change it to unsigned one.

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