Re: Compilation warnings

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

Would you like to post a relpy?


This post is a reply to:
Compilation warnings
Hi all, I've extracted some warning messages from my compilation log (gcc 4.1.2) and I'd like you to look at them. I'd suggest to fix nearly all warnings but unused parameter (more...)

No follow-ups yet.