summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2010-09-29 14:20:05 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2010-09-29 14:20:05 +0000
commit00c07141460d02df004e76a4cac16e9fd554bb93 (patch)
tree0b57c5183124c7762e255e14b5dd9304b5ad99fa /cpukit
parentRegenerate. (diff)
downloadrtems-00c07141460d02df004e76a4cac16e9fd554bb93.tar.bz2
2010-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
* aclocal/prog-cc.m4: Remove non release-suitable warning flags.
Diffstat (limited to 'cpukit')
-rw-r--r--cpukit/ChangeLog4
-rw-r--r--cpukit/aclocal/prog-cc.m42
2 files changed, 5 insertions, 1 deletions
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 <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:
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)