Changeset 8591b31 in mainline for uspace/Makefile.common


Ignore:
Timestamp:
2018-09-20T16:13:43Z (6 years ago)
Author:
Jiří Zárevúcky <jiri.zarevucky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
cbc3587
Parents:
9a5ae815
Message:

Fix most clang issues

Build error in futex.c remains because the proper solution of using
type _Atomic(fibril_t *) can't be parsed by sycek.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile.common

    r9a5ae815 r8591b31  
    181181        -Wextra \
    182182        -Wno-unused-parameter \
    183         -Wno-nonnull-compare \
    184183        -Wmissing-prototypes \
    185184        -Wwrite-strings \
     
    200199ifeq ($(COMPILER),clang)
    201200        DEFAULT_CFLAGS += \
     201                -Wno-missing-braces \
    202202                -Wno-missing-field-initializers \
    203203                -Wno-typedef-redefinition \
     
    205205else
    206206        DEFAULT_CFLAGS += \
     207                -Wno-nonnull-compare \
    207208                -Wno-clobbered
    208209endif
Note: See TracChangeset for help on using the changeset viewer.