summaryrefslogtreecommitdiffstats
path: root/c/src/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 /c/src/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 'c/src/aclocal')
-rw-r--r--c/src/aclocal/prog-cc.m42
1 files changed, 0 insertions, 2 deletions
diff --git a/c/src/aclocal/prog-cc.m4 b/c/src/aclocal/prog-cc.m4
index 4371c17c6c..7225f2e4f4 100644
--- a/c/src/aclocal/prog-cc.m4
+++ b/c/src/aclocal/prog-cc.m4
@@ -37,8 +37,6 @@ AC_SUBST(GCCSPECS)
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)