diff options
| author | Mike Buland <eichlan@xagasoft.com> | 2006-11-21 22:23:35 +0000 |
|---|---|---|
| committer | Mike Buland <eichlan@xagasoft.com> | 2006-11-21 22:23:35 +0000 |
| commit | a6e4c198a23217f126a5abf759b91382dd829e90 (patch) | |
| tree | 1d0d8b8277119ae8cad75a9dc14c5340ac08d7f0 /src/tests/xmlrepltest.cpp | |
| parent | 54c441564ab1052d4f778c1d43f3bd468917e3d1 (diff) | |
| download | libbu++-a6e4c198a23217f126a5abf759b91382dd829e90.tar.gz libbu++-a6e4c198a23217f126a5abf759b91382dd829e90.tar.bz2 libbu++-a6e4c198a23217f126a5abf759b91382dd829e90.tar.xz libbu++-a6e4c198a23217f126a5abf759b91382dd829e90.zip | |
Fixed the rest of the -Wall complaints. This has made the xmlrepltest
particularly lame.
Diffstat (limited to 'src/tests/xmlrepltest.cpp')
| -rw-r--r-- | src/tests/xmlrepltest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/xmlrepltest.cpp b/src/tests/xmlrepltest.cpp index 1fe9ec2..9667705 100644 --- a/src/tests/xmlrepltest.cpp +++ b/src/tests/xmlrepltest.cpp | |||
| @@ -17,7 +17,7 @@ int main() | |||
| 17 | 17 | ||
| 18 | printf("\n\n"); | 18 | printf("\n\n"); |
| 19 | 19 | ||
| 20 | XmlNode *xNode = w.getRoot()->detatchNode( 1 ); | 20 | //XmlNode *xNode = w.getRoot()->detatchNode( 1 ); |
| 21 | 21 | ||
| 22 | //XmlWriter::writeNode( stdout, w.getRoot(), 0, NULL ); | 22 | //XmlWriter::writeNode( stdout, w.getRoot(), 0, NULL ); |
| 23 | 23 | ||
