]> git.saurik.com Git - wxWidgets.git/blobdiff - src/html/m_style.cpp
use wxHashMap, not wxHashTable in wxXPMDecoder
[wxWidgets.git] / src / html / m_style.cpp
index 112bf3aff4721e1e93f89a798cdeb99d5f3eb794..9355867e81c90d0f0187253f6b079b14719f2de6 100644 (file)
@@ -32,7 +32,7 @@ FORCE_LINK_ME(m_style)
 
 TAG_HANDLER_BEGIN(STYLE, "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
     {
         // VS: Ignore styles for now. We must have this handler present,
         //     because CSS style text would be rendered verbatim otherwise