summaryrefslogtreecommitdiffstats
path: root/cpukit/aclocal
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2008-09-10 19:53:40 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2008-09-10 19:53:40 +0000
commite00572f616fa5e8097fd12484a7631a2f93cfa65 (patch)
tree088f7f43c0ff679d7953f57647bf2a8087b43bb7 /cpukit/aclocal
parent2008-09-10 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-e00572f616fa5e8097fd12484a7631a2f93cfa65.tar.bz2
2008-09-10 Ralf Corsépius <ralf.corsepius@rtems.org>
* aclocal/prog-cc.m4: Remove pre-production testing CFLAGS.
Diffstat (limited to 'cpukit/aclocal')
-rw-r--r--cpukit/aclocal/prog-cc.m42
1 files changed, 0 insertions, 2 deletions
diff --git a/cpukit/aclocal/prog-cc.m4 b/cpukit/aclocal/prog-cc.m4
index 674b489b7f..2853c2a909 100644
--- a/cpukit/aclocal/prog-cc.m4
+++ b/cpukit/aclocal/prog-cc.m4
@@ -27,8 +27,6 @@ test "$rtems_cv_gcc_pipe" = "yes" && CC="$CC --pipe"
AS_IF([test "$GCC" = yes],[
RTEMS_CFLAGS="$RTEMS_CFLAGS -Wall"
-# FIXME: This should be removed in production releases
-RTEMS_CFLAGS="$RTEMS_CFLAGS -Wimplicit-function-declaration -Wstrict-prototypes -Wnested-externs"
m4_if([$1],,[],[RTEMS_CFLAGS="$RTEMS_CFLAGS $1"])
])
AC_SUBST(RTEMS_CFLAGS)