commit | 7f0f754cb74d18f877332089b5b30055aa060f3b | [log] [tgz] |
---|---|---|
author | Thierry Lelegard <thierry@lelegard.fr> | Fri Sep 01 10:14:16 2017 +0200 |
committer | Thierry Lelegard <thierry@lelegard.fr> | Fri Sep 01 10:14:16 2017 +0200 |
tree | 85d962a2a9ea8c61383cfa07fc392195215a1a68 | |
parent | dbf18add4cf7c20a5d213526ba9259935788a7c7 [diff] [blame] |
Code cleanup to pass gcc -Weffc++ warnings
diff --git a/xmltest.cpp b/xmltest.cpp index 59724f7..1c07faa 100644 --- a/xmltest.cpp +++ b/xmltest.cpp
@@ -2017,6 +2017,8 @@ { struct TestUtil: XMLVisitor { + TestUtil() : str() {} + void TestParseError(const char *testString, const char *docStr, XMLError expected_error, int expectedLine) { XMLDocument doc;