[quake3-bugzilla] [Bug 3782] Fix compile time warnings (code/server/)

bugzilla-daemon at icculus.org bugzilla-daemon at icculus.org
Fri Oct 23 06:13:23 EDT 2009


http://bugzilla.icculus.org/show_bug.cgi?id=3782

--- Comment #5 from Patrick Baggett <baggett.patrick at gmail.com> 2009-10-23 06:13:16 EDT ---
I agree -- elimination at that level is quite difficult to impossible, in some
cases, without an actual point. Warnings related to unused variables/functions
are just low-hanging fruit in the goal of making a clean and easy to
study/modify code base. It just so happens that MIPSpro is rather verbose about
it, and when modifying some files it gets in my way when I try to work. 

On the performance/correctness end of things, I think the warnings related to
strict aliasing should be addressed in a manner consistent with the C standard.
Those are the warnings I think we should be focusing on as they align once
again to the goal of stability (or should I say, lack of improper code
generation) of the code base.

Hopefully more to come?

-- 
Configure bugmail: http://bugzilla.icculus.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the quake3-bugzilla mailing list