2010-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>

* aclocal/prog-cc.m4: Remove non release-suitable warning flags.
This commit is contained in:
Ralf Corsepius
2010-09-29 14:20:05 +00:00
parent 384eb8b323
commit 00c0714146
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2010-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
* aclocal/prog-cc.m4: Remove non release-suitable warning flags.
2010-09-01 Ralf Corsépius <ralf.corsepius@rtems.org>
PR 1696/networking:

View File

@@ -29,7 +29,7 @@ test "$rtems_cv_gcc_pipe" = "yes" && CC="$CC --pipe"
# 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"])
RTEMS_CPPFLAGS="-I\$(top_builddir) -I\$(PROJECT_INCLUDE)"
AC_SUBST(RTEMS_CPPFLAGS)