summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2011-10-21 03:29:23 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2011-10-21 03:29:23 +0000
commit488dc6be310095362984d1f665db270b5acd847d (patch)
tree39bb507f355c64bf1bc92a2d64907237708630ff /cpukit
parent2011-10-20 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-488dc6be310095362984d1f665db270b5acd847d.tar.bz2
2011-10-21 Ralf Corsépius <ralf.corsepius@rtems.org>
* automake/compile.am: Remove -Werror=...
Diffstat (limited to 'cpukit')
-rw-r--r--cpukit/ChangeLog4
-rw-r--r--cpukit/automake/compile.am3
2 files changed, 4 insertions, 3 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index e133db9eeb..c4fe7db940 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,7 @@
+2011-10-21 Ralf Corsépius <ralf.corsepius@rtems.org>
+
+ * automake/compile.am: Remove -Werror=...
+
2011-10-20 Ralf Corsépius <ralf.corsepius@rtems.org>
* libnetworking/net/if_ethersubr.c (ether_output):
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@