]> git.saurik.com Git - wxWidgets.git/commit
No real changes, just fix a warning in the test suite.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 17 Oct 2010 13:59:55 +0000 (13:59 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 17 Oct 2010 13:59:55 +0000 (13:59 +0000)
commitdbd92d3d0cc40e96cdde8a67b573856b8aa47bcb
treecc57661a1373362a31e0e73c12e7ca9710400f84
parente3cd024e851b415857266a652b66bd9d89e36d84
No real changes, just fix a warning in the test suite.

Don't assign wxNO_LEN to int variable, this results in gcc warnings about
overflow in implicit constant conversion.

Use size_t for the variable containing string length to fix it.

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