]> git.saurik.com Git - wxWidgets.git/commitdiff
Really fixed Borland release build warning (without sabotaging code this time).
authorDimitri Schoolwerth <dimitri.schoolwerth@gmail.com>
Mon, 10 Nov 2003 17:32:04 +0000 (17:32 +0000)
committerDimitri Schoolwerth <dimitri.schoolwerth@gmail.com>
Mon, 10 Nov 2003 17:32:04 +0000 (17:32 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24512 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/html/htmltag.cpp

index c14b39fe2d6f0b317ad6f462e89810293a5aad2a..6def30c1898e86b7080a746a726a9bbd7b2f5a41 100644 (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 {