Changeset 1f27c1f7 in rtems
- Timestamp:
- Aug 18, 2008, 3:27:59 PM (12 years ago)
- Branches:
- 4.10, 4.11, 4.9, 5, master
- Children:
- e49bb542
- Parents:
- a6998d79
- Location:
- c/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/ChangeLog
ra6998d79 r1f27c1f7 1 2008-08-18 Ralf Corsepius <ralf.corsepius@rtems.org> 2 3 * aclocal/prog-cc.m4: Add -Wnested-externs. 4 1 5 2008-08-18 Ralf Corsépius <ralf.corsepius@rtems.org> 2 6 -
c/src/aclocal/prog-cc.m4
ra6998d79 r1f27c1f7 39 39 RTEMS_CFLAGS="$RTEMS_CFLAGS -Wall" 40 40 # FIXME: This should be removed in production releases 41 RTEMS_CFLAGS="$RTEMS_CFLAGS -Wimplicit-function-declaration -Wstrict-prototypes "41 RTEMS_CFLAGS="$RTEMS_CFLAGS -Wimplicit-function-declaration -Wstrict-prototypes -Wnested-externs" 42 42 m4_if([$1],,[],[RTEMS_CFLAGS="$RTEMS_CFLAGS $1"]) 43 43 ])
Note: See TracChangeset
for help on using the changeset viewer.