Changeset 3248137 in rtems
- Timestamp:
- 04/30/18 05:35:09 (5 years ago)
- Branches:
- 5, master
- Children:
- 8c62cf4
- Parents:
- 5249a4c
- git-author:
- Sebastian Huber <sebastian.huber@…> (04/30/18 05:35:09)
- git-committer:
- Sebastian Huber <sebastian.huber@…> (06/11/18 12:47:31)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/configure.ac
r5249a4c r3248137 101 101 102 102 # Append warning flags if CFLAGS wasn't set. 103 AS_IF([test "$GCC" = yes && test "$rtems_cv_CFLAGS_set" != set],103 AS_IF([test "$GCC" = yes], 104 104 [CFLAGS="$CFLAGS -Wall -Wmissing-prototypes -Wimplicit-function-declaration -Wstrict-prototypes -Wnested-externs"]) 105 105
Note: See TracChangeset
for help on using the changeset viewer.