Warning fixes found under hardest mode of OpenWatcom. Seems clean in Borland, MinGW and DMC.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29784 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1674,7 +1674,7 @@ void wxHtmlHelpFrame::OnIndexFind(wxCommandEvent& event)
|
||||
// other items, show them as well, because they are refinements
|
||||
// of the displayed index entry (i.e. it is implicitly contained
|
||||
// in them: "foo" with parent "bar" reads as "bar, foo"):
|
||||
short int level = index[i].items[0]->level;
|
||||
int level = index[i].items[0]->level;
|
||||
i++;
|
||||
while (i < cnt && index[i].items[0]->level > level)
|
||||
{
|
||||
|
Reference in New Issue
Block a user