On some compilers (Borland, I believe), the 'return false' statements on lines 330, 337, 545 and 555 of tinyxmlparser.cpp give warnings because it has to convert that to a const char*. Could these be changed to 'return 0' in the next update? The functionality would be unchanged.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
On some compilers (Borland, I believe), the 'return false' statements on lines 330, 337, 545 and 555 of tinyxmlparser.cpp give warnings because it has to convert that to a const char*. Could these be changed to 'return 0' in the next update? The functionality would be unchanged.
Thanks for the catch Kylotan.
I fixed this in the CVS repository.