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:
@@ -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;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user