From 335d75793112d2ecea62c3d458b6ebcdb2291c82 Mon Sep 17 00:00:00 2001 From: Dimitri Schoolwerth Date: Mon, 10 Nov 2003 17:32:04 +0000 Subject: [PATCH] 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 --- src/html/htmltag.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/html/htmltag.cpp b/src/html/htmltag.cpp index c14b39fe2d..6def30c189 100644 --- a/src/html/htmltag.cpp +++ b/src/html/htmltag.cpp @@ -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 { -- 2.45.2