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@