change log for rtems (2011-12-10)
Chris Johns
chrisj at rtems.org
Mon Dec 12 21:53:22 UTC 2011
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 ?
Chris
More information about the devel
mailing list