Changeset 488dc6b in rtems
- Timestamp:
- Oct 21, 2011, 3:29:23 AM (8 years ago)
- Branches:
- 4.11, master
- Children:
- d4a95940
- Parents:
- 9e621f6
- Location:
- cpukit
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/ChangeLog
r9e621f6 r488dc6b 1 2011-10-21 Ralf Corsépius <ralf.corsepius@rtems.org> 2 3 * automake/compile.am: Remove -Werror=... 4 1 5 2011-10-20 Ralf Corsépius <ralf.corsepius@rtems.org> 2 6 -
cpukit/automake/compile.am
r9e621f6 r488dc6b 5 5 AM_CPPFLAGS = @RTEMS_CPPFLAGS@ 6 6 AM_CFLAGS = 7 AM_CFLAGS += -Werror=overflow8 AM_CFLAGS += -Werror=pointer-to-int-cast9 AM_CFLAGS += -Werror=int-to-pointer-cast10 7 AM_CCASFLAGS = @RTEMS_CCASFLAGS@
Note: See TracChangeset
for help on using the changeset viewer.