From 04902424304f2d1d7c6da4e4266f7dae6c1347df Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Wed, 29 Sep 2010 14:21:35 +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 * automake/compile.am: Remove non release-suitable warning flags. --- cpukit/ChangeLog | 1 + cpukit/automake/compile.am | 3 --- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index 40c37203f2..29b07a8306 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,5 +1,6 @@ 2010-09-29 Ralf Corsépius + * automake/compile.am: Remove non release-suitable warning flags. * aclocal/prog-cc.m4: Remove non release-suitable warning flags. 2010-09-01 Ralf Corsépius diff --git a/cpukit/automake/compile.am b/cpukit/automake/compile.am index 1fe10fee5c..3d814261b6 100644 --- a/cpukit/automake/compile.am +++ b/cpukit/automake/compile.am @@ -4,7 +4,4 @@ AM_CPPFLAGS = @RTEMS_CPPFLAGS@ AM_CFLAGS = -AM_CFLAGS += -Werror=overflow -AM_CFLAGS += -Werror=pointer-to-int-cast -AM_CFLAGS += -Werror=int-to-pointer-cast AM_CCASFLAGS = @RTEMS_CCASFLAGS@