From 00c07141460d02df004e76a4cac16e9fd554bb93 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Wed, 29 Sep 2010 14:20:05 +0000 Subject: [PATCH] =?UTF-8?q?2010-09-29=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * aclocal/prog-cc.m4: Remove non release-suitable warning flags. --- cpukit/ChangeLog | 4 ++++ cpukit/aclocal/prog-cc.m4 | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index 8c5fd0c674..40c37203f2 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,3 +1,7 @@ +2010-09-29 Ralf Corsépius + + * aclocal/prog-cc.m4: Remove non release-suitable warning flags. + 2010-09-01 Ralf Corsépius PR 1696/networking: diff --git a/cpukit/aclocal/prog-cc.m4 b/cpukit/aclocal/prog-cc.m4 index 6de5b33d57..e8b27b5ac0 100644 --- a/cpukit/aclocal/prog-cc.m4 +++ b/cpukit/aclocal/prog-cc.m4 @@ -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)