Hi Petr,
Yes that is a good remark! I agree it is so much better to fix all warnings as they are potential bugs! I don’t think any of them have been fixed since 0.6.1 - they’ve been there for a while. We should fix them!
Atul also suggested some time ago to add a few extra gcc flags which produce more interesting warnings (added to my todo list).
I also agree that the unused parameters we can keep. I’ve actually left them on purpose because they they typically indicate that the corresponding function is not implemented.
The CppUnit warnings annoy me too. I think I’ll just give these factories a virtual dtor (now on my todo list ;-) ).
Good night,
Peter
