[coreboot-gerrit] Patch set updated for coreboot: b023cd8 Revert "src/Kconfig: Don't treat warns as errors on Clang builds yet"

Alexandru Gagniuc (mr.nuke.me@gmail.com) gerrit at coreboot.org
Sun Dec 21 10:29:14 CET 2014


Alexandru Gagniuc (mr.nuke.me at gmail.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/7506

-gerrit

commit b023cd8751ad5e2f8588bb8838432fd838e6e3ce
Author: Edward O'Callaghan <eocallaghan at alterapraxis.com>
Date:   Tue Nov 18 03:17:54 2014 +1100

    Revert "src/Kconfig: Don't treat warns as errors on Clang builds yet"
    
    This reverts commit 9b63c9bde2fc3b3a2d42e68618e043cf282bc566.
    
    Signed-off-by: Edward O'Callaghan <eocallaghan at alterapraxis.com>
    Change-Id: I4f547d20c5096877b2010602a087e41702939f77
---
 src/Kconfig | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/src/Kconfig b/src/Kconfig
index 7b52589..0fb88da 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



More information about the coreboot-gerrit mailing list