Merge branch 'gccWeffc' of git://github.com/lelegard/tinyxml2 into lelegard-gccWeffc

This commit is contained in:
Lee Thomason
2017-10-10 16:33:58 -07:00
4 changed files with 38 additions and 20 deletions

View File

@@ -2067,6 +2067,8 @@ int main( int argc, const char ** argv )
{
struct TestUtil: XMLVisitor
{
TestUtil() : str() {}
void TestParseError(const char *testString, const char *docStr, XMLError expected_error, int expectedLine)
{
XMLDocument doc;