On Fri, Mar 30, 2012 at 4:04 PM, Jonas M. Gastal <jgas...@profusion.mobi> wrote:
> On Thursday 29 March 2012 22:59:43 Vincent Torri wrote:
>> does it even exist ??? I don't see it there :
>>
>> http://gcc.gnu.org/onlinedocs/gcc/Option-Summary.html
>>
>> Vincent
>
> Yes it exists, the reason you don't it see there, it's because they don't list
> the "no" variants of the options, you'll note they have -Wunused-parameter
> there. =)
>
>> it's a compiler flag, not a preprocessor flag
> I'm sorry, I don't know anything about auto-foo, is there another place where
> I should be putting this?

it's not an autotools stuff.

*CPPFLAGS is for preprocessor flags
*CFLAGS is for compiler flags.

-Wunused-parameter (and it seems its 'no' variant) are options to pass
to the compiler, not to the preprocessor.

technically speaking, it's not a problem, as the autotools add
*CPPFLAGS to the compiler command line anyway. But let's do the things
correctly

Vincent

------------------------------------------------------------------------------
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here 
http://p.sf.net/sfu/sfd2d-msazure
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to