mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 23:23:13 +00:00
2008-08-18 Ralf Corsepius <ralf.corsepius@rtems.org>
* aclocal/prog-cc.m4: Add -Wnested-externs.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2008-08-18 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
|
* aclocal/prog-cc.m4: Add -Wnested-externs.
|
||||||
|
|
||||||
2008-08-18 Ralf Corsépius <ralf.corsepius@rtems.org>
|
2008-08-18 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
* libchip/network/dec21140.c: Add missing prototype.
|
* libchip/network/dec21140.c: Add missing prototype.
|
||||||
|
|||||||
@@ -38,7 +38,7 @@ AC_SUBST(GCCSPECS)
|
|||||||
AS_IF([test "$GCC" = yes],[
|
AS_IF([test "$GCC" = yes],[
|
||||||
RTEMS_CFLAGS="$RTEMS_CFLAGS -Wall"
|
RTEMS_CFLAGS="$RTEMS_CFLAGS -Wall"
|
||||||
# FIXME: This should be removed in production releases
|
# FIXME: This should be removed in production releases
|
||||||
RTEMS_CFLAGS="$RTEMS_CFLAGS -Wimplicit-function-declaration -Wstrict-prototypes"
|
RTEMS_CFLAGS="$RTEMS_CFLAGS -Wimplicit-function-declaration -Wstrict-prototypes -Wnested-externs"
|
||||||
m4_if([$1],,[],[RTEMS_CFLAGS="$RTEMS_CFLAGS $1"])
|
m4_if([$1],,[],[RTEMS_CFLAGS="$RTEMS_CFLAGS $1"])
|
||||||
])
|
])
|
||||||
AC_SUBST(RTEMS_CFLAGS)
|
AC_SUBST(RTEMS_CFLAGS)
|
||||||
|
|||||||
Reference in New Issue
Block a user