forked from Imagelibrary/rtems
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 Corsepius <ralf.corsepius@rtems.org>
|
2008-08-18 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
* libnetworking/net/ppp_tty.c: Remove bogus local decl of
|
* libnetworking/net/ppp_tty.c: Remove bogus local decl of
|
||||||
|
|||||||
@@ -28,7 +28,7 @@ test "$rtems_cv_gcc_pipe" = "yes" && CC="$CC --pipe"
|
|||||||
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