diff options
author | Edward O'Callaghan <eocallaghan@alterapraxis.com> | 2014-11-18 03:17:54 +1100 |
---|---|---|
committer | Alexandru Gagniuc <mr.nuke.me@gmail.com> | 2014-12-29 04:06:29 +0100 |
commit | 63f6dc79db821caf24320dbee0dd652a80f2996e (patch) | |
tree | f0af002d1dc24b795f2e1939aecc7950c487e6cc /src | |
parent | 2e0cf14e144593f8b364f8741f7196d829f3b427 (diff) |
Revert "src/Kconfig: Don't treat warns as errors on Clang builds yet"
This reverts commit 9b63c9bde2fc3b3a2d42e68618e043cf282bc566.
Signed-off-by: Edward O'Callaghan <eocallaghan@alterapraxis.com>
Change-Id: I4f547d20c5096877b2010602a087e41702939f77
Reviewed-on: http://review.coreboot.org/7506
Reviewed-by: Alexandru Gagniuc <mr.nuke.me@gmail.com>
Tested-by: build bot (Jenkins)
Diffstat (limited to 'src')
-rw-r--r-- | src/Kconfig | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/Kconfig b/src/Kconfig index 7b52589a67..0fb88daa1b 100644 --- a/src/Kconfig +++ b/src/Kconfig @@ -1122,13 +1122,9 @@ config ENABLE_APIC_EXT_ID bool default n -# XXX Currently clang/llvm builds are not fully supported, -# Let us tone down warns treated as errors until we actually build -# the whole treee. config WARNINGS_ARE_ERRORS bool - default y if !COMPILER_LLVM_CLANG - default n if COMPILER_LLVM_CLANG + default y # The four POWER_BUTTON_DEFAULT_ENABLE, POWER_BUTTON_DEFAULT_DISABLE, # POWER_BUTTON_FORCE_ENABLE and POWER_BUTTON_FORCE_DISABLE options are |