On Fri, May 23, 2008 at 9:37 AM, Milinda Pathirage
<[EMAIL PROTECTED]> wrote:

> So I think we have to use correct flags which will make code compile in both
> gcc older versions and new versions. I propose other than using -Wall with
> -Werror, we must use following flags as necessary.

Um .. I don't agree.  This was found because of the "new changes to
gcc".  Which is really helpful because it caught a function which is
not used anywhere.  If it's not used why it's defined in the first
place?  Why not remove it altogether until it's used somewhere.
Otherwise it'll take us nowhere because a defined function is not used
anywhere ;-)

Bye,

    -Chintana

-- 
http://engwar.com/

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to