Changeset 550b4e0 in mainline


Ignore:
Timestamp:
2013-06-11T14:12:45Z (11 years ago)
Author:
Vojtech Horky <vojtechhorky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
136ce60
Parents:
b992d9d
Message:

Add -Werror for kernel with Clang

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/Makefile

    rb992d9d r550b4e0  
    105105CLANG_CFLAGS = $(INCLUDES_FLAGS) -O$(OPTIMIZATION) -imacros $(CONFIG_HEADER) \
    106106        -ffreestanding -fno-builtin -nostdlib -nostdinc \
    107         -Wall -Wextra -Wno-unused-parameter -Wmissing-prototypes \
     107        -Wall -Werror -Wextra -Wno-unused-parameter -Wmissing-prototypes \
    108108        -Werror-implicit-function-declaration -Wwrite-strings \
    109109        -integrated-as \
Note: See TracChangeset for help on using the changeset viewer.