X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c44fdc9401f92025ea8ae930cd03afd01ef3ae3f..73ef393701bd6c2c689a05d5637cc701e2f5cc2f:/src/html/m_style.cpp diff --git a/src/html/m_style.cpp b/src/html/m_style.cpp index 112bf3aff4..9355867e81 100644 --- a/src/html/m_style.cpp +++ b/src/html/m_style.cpp @@ -32,7 +32,7 @@ FORCE_LINK_ME(m_style) TAG_HANDLER_BEGIN(STYLE, "STYLE") - TAG_HANDLER_PROC(tag) + TAG_HANDLER_PROC(WXUNUSED(tag)) { // VS: Ignore styles for now. We must have this handler present, // because CSS style text would be rendered verbatim otherwise