Really fixed Borland release build warning (without sabotaging code this time).

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24512 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Dimitri Schoolwerth
2003-11-10 17:32:04 +00:00
parent b5d464b982
commit 335d757931

View File

@@ -150,6 +150,7 @@ wxHtmlTagsCache::wxHtmlTagsCache(const wxString& source)
if (match_pos == tag_len) {
pos = pos - tag_len - 3;
stpos = pos;
wxUnusedVar(stpos);
break;
}
else {