Fix MSVC warnings about signed to unsigned conversion in the tests.
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 13 Jan 2011 14:49:34 +0000 (14:49 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 13 Jan 2011 14:49:34 +0000 (14:49 +0000)
commit2f7e8b765aa02c765ad58f49cf9ab7726fb61a90
treeebd5ec784b15a070fc7d9696725e786914432e08
parent27657c99cce8e56f30c8cecc66d8f651e2ba03dd
Fix MSVC warnings about signed to unsigned conversion in the tests.

Recently modified client data test added calls to SetClient{Object,Data}(-1)
and MSVC complained about them, suppress these warnings.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@66676 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
tests/controls/itemcontainertest.cpp