work around (harmless) warnings in VC7 release build

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60922 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2009-06-06 23:04:50 +00:00
parent 8664669368
commit 895cae46b7
4 changed files with 22 additions and 8 deletions

View File

@@ -170,8 +170,8 @@ wxString RegExTestCase::Conv(const char *str)
if (!buf || wxWcscmp(wxConvCurrent->cWX2WC(buf), wstr) != 0)
return convError();
else
return buf;
return buf;
}
// Parse flags