Scott Kostyshak wrote: > not worth it worrying about the warnings because they are not harmful > and that by trying to fix them, something could go wrong. The reason I
That *something could go wrong* is critical. Removing unused variable or a function is not problem, but changing function calls like str()/data() just asks for problems. Again, for polishing the code we have trunk, not that polishing code is not worthy. > when I compile a program as a user, I trust it more when it does not have > warnings. How many users *compile* anything :) Pavel