Changeset d71462b in rtems
- Timestamp:
- 12/10/11 05:53:03 (11 years ago)
- Branches:
- 4.11, 5, master
- Children:
- 436ef33
- Parents:
- 4172953c
- Location:
- c/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/ChangeLog
r4172953c rd71462b 1 2011-12-10 Ralf Corsépius <ralf.corsepius@rtems.org> 2 3 * configure.ac (CFLAGS): Add -Wmissing-prototypes. 4 1 5 2011-12-09 Ralf Corsépius <ralf.corsepius@rtems.org> 2 6 -
c/src/configure.ac
r4172953c rd71462b 101 101 # Append warning flags if CFLAGS wasn't set. 102 102 AS_IF([test "$GCC" = yes && test "$rtems_cv_CFLAGS_set" != set], 103 [CFLAGS="$CFLAGS -Wall -W implicit-function-declaration -Wstrict-prototypes -Wnested-externs"])103 [CFLAGS="$CFLAGS -Wall -Wmissing-prototypes -Wimplicit-function-declaration -Wstrict-prototypes -Wnested-externs"]) 104 104 105 105 AS_IF([test -n "${CFLAGS}"],[
Note: See TracChangeset
for help on using the changeset viewer.