[coreboot-gerrit] New patch to review for coreboot: fd45ba1 AMD Inagua: Kconfig: Remove `WARNINGS_ARE_ERRORS` to treat warnings as errors

Paul Menzel (paulepanter@users.sourceforge.net) gerrit at coreboot.org
Fri Mar 29 11:23:04 CET 2013


Paul Menzel (paulepanter at users.sourceforge.net) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/2953

-gerrit

commit fd45ba1c349fc8308e55723a84df63d921ce0bb4
Author: Paul Menzel <paulepanter at users.sourceforge.net>
Date:   Fri Mar 29 11:17:25 2013 +0100

    AMD Inagua: Kconfig: Remove `WARNINGS_ARE_ERRORS` to treat warnings as errors
    
    Now that the AMD Inagua builds without any warnigs, remove the
    config option `WARNINGS_ARE_ERRORS` set to no by default from
    the file `Kconfig` so warnings are treated as errors to prevent
    code from being added in the future introducing warnings.
    
    Change-Id: I0b58bd74b06dc54d180b16d6a207354b5fea0d0f
    Signed-off-by: Paul Menzel <paulepanter at users.sourceforge.net>
---
 src/mainboard/amd/inagua/Kconfig | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/src/mainboard/amd/inagua/Kconfig b/src/mainboard/amd/inagua/Kconfig
index 6436370..c30347d 100644
--- a/src/mainboard/amd/inagua/Kconfig
+++ b/src/mainboard/amd/inagua/Kconfig
@@ -100,10 +100,6 @@ config DRIVERS_PS2_KEYBOARD
 	bool
 	default y
 
-config WARNINGS_ARE_ERRORS
-	bool
-	default n
-
 config ONBOARD_VGA_IS_PRIMARY
 	bool
 	default y



More information about the coreboot-gerrit mailing list