Code cleanup to pass gcc -Weffc++ warnings

This commit is contained in:
Thierry Lelegard
2017-09-01 10:14:16 +02:00
parent dbf18add4c
commit 7f0f754cb7
4 changed files with 38 additions and 20 deletions

View File

@@ -2017,6 +2017,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;