On Tue, 2011-04-19 at 18:22 -0700, Enlightenment SVN wrote:
> Log:
> oh dear... way too many warnings. added a whole bunch of fixme's too
>   for later.

I'll sort out the fixme's shortly.

Just to be clear; the warnings are mostly unused params?  Because it
compiles cleanly for me[1], and my flags are -Wall and -Wextra.  However
I do set -Wno-sign-compare[2], and -Wno-unused-paramater

        Regards,
        nash

[1] I checked, multiple times.
[2] I do this because of otherwise enums nearly always give you the
stupid unsigned vs signed comparison, and C gives you no portable way of
avoiding it[3].
[3] The cast both sides isn't portable in the general case.


------------------------------------------------------------------------------
Benefiting from Server Virtualization: Beyond Initial Workload 
Consolidation -- Increasing the use of server virtualization is a top
priority.Virtualization can reduce costs, simplify management, and improve 
application availability and disaster protection. Learn more about boosting 
the value of server virtualization. http://p.sf.net/sfu/vmware-sfdev2dev
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to