Changeset 8591b31 in mainline for uspace/Makefile.common
- Timestamp:
- 2018-09-20T16:13:43Z (5 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update
- Children:
- cbc3587
- Parents:
- 9a5ae815
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/Makefile.common
r9a5ae815 r8591b31 181 181 -Wextra \ 182 182 -Wno-unused-parameter \ 183 -Wno-nonnull-compare \184 183 -Wmissing-prototypes \ 185 184 -Wwrite-strings \ … … 200 199 ifeq ($(COMPILER),clang) 201 200 DEFAULT_CFLAGS += \ 201 -Wno-missing-braces \ 202 202 -Wno-missing-field-initializers \ 203 203 -Wno-typedef-redefinition \ … … 205 205 else 206 206 DEFAULT_CFLAGS += \ 207 -Wno-nonnull-compare \ 207 208 -Wno-clobbered 208 209 endif
Note:
See TracChangeset
for help on using the changeset viewer.