At 1:00 AM -0400 5/2/01, David J. Graff wrote:
>There are loads of warnings where a local variable has been declared 
>with the same name of a member variable.  Should these warnings be 
>corrected if possible?

Sure, it probably reduces confusion and may show some bugs.

>And finally, there are some anachronistic warnings from Sparc C 4.2 
>that are being spit out.  Should those too be corrected?

Depends. I usually compile with gcc's -W -Wall and these spit up some 
messages I don't bother fixing. In general, I've felt that I should 
concentrate on getting things complete right now and that warnings, 
bugs, performance improvements, can come afterwards. :-)

>If anyone has any responses to this, or suggestions on how to proceed please

If there are easy fixes to the warnings and you're willing to fix 
them, great! If you just want to point out the warnings in a non-gcc 
compiler, that would help for future reference too.

-Geoff

_______________________________________________
htdig-dev mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/htdig-dev

Reply via email to