change log for rtems (2011-12-10)
Ralf Corsepius
ralf.corsepius at rtems.org
Tue Dec 13 05:19:49 UTC 2011
On 12/12/2011 10:53 PM, Chris Johns wrote:
> On 10/12/11 5:16 PM, rtems-vc at rtems.org wrote:
>> *ralf*
>>
>> 2011-12-10 Ralf Corsépius<ralf.corsepius at rtems.org>
>>
>> * configure.ac (CFLAGS): Add -Wmissing-prototypes.
>>
>>
>> # Append warning flags if CFLAGS wasn't set.
>> AS_IF([test "$GCC" = yes&& test "$rtems_cv_CFLAGS_set" != set],
>> -[CFLAGS="$CFLAGS -Wall -Wimplicit-function-declaration
>> -Wstrict-prototypes -Wnested-externs"])
>> +[CFLAGS="$CFLAGS -Wall -Wmissing-prototypes
>> -Wimplicit-function-declaration -Wstrict-prototypes -Wnested-externs"])
>>
>
> Are these flags ok with the NIOS compiler ?
Yes, -Wmissing-prototypes is sufficiently old to be supported by ancient
GCCs, such as the nios2 toolchain.
But why are you asking? Doesn't it work for you?
Ralf
More information about the devel
mailing list