Menu

#39 MSVC warning level 4

open
nobody
None
5
2006-12-30
2006-12-30
No

When you compile tinyxml.h with MSVC warning level 4, there are several 4100-warnings in the TiXmlVisitor class. So I added this additional pragma in the tinyxml.h at line 31.

#pragma warning( disable : 4100 )

Discussion


Log in to post a comment.