fixed three new warnings after the last warning fix

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11120 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2001-07-20 08:56:27 +00:00
parent 3c8c8da2aa
commit e3c7fd79d0

View File

@@ -196,8 +196,9 @@ wxObject* wxHtmlWinParser::GetProduct()
void wxHtmlWinParser::AddText(const wxChar* txt) void wxHtmlWinParser::AddText(const wxChar* txt)
{ {
wxHtmlCell *c; wxHtmlCell *c;
int i = 0, x; size_t i = 0,
size_t lng = wxStrlen(txt); x,
lng = wxStrlen(txt);
register wxChar d; register wxChar d;
int templen = 0; int templen = 0;