Paul Menzel (paulepanter@users.sourceforge.net) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/3014
-gerrit
commit f723fd1143c4242cf22cc8d5fabcaece2e9c0d26 Author: Paul Menzel paulepanter@users.sourceforge.net Date: Wed Apr 3 11:36:50 2013 +0200
ASRock E350M1: Kconfig: Remove `WARNINGS_ARE_ERRORS` to treat warnings as errors
Now that the ASRock E350M1 builds without any warnings, 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: Idfecfb1434158969334a4b37972b5fc6fd76e72a Signed-off-by: Paul Menzel paulepanter@users.sourceforge.net --- src/mainboard/asrock/e350m1/Kconfig | 4 ---- 1 file changed, 4 deletions(-)
diff --git a/src/mainboard/asrock/e350m1/Kconfig b/src/mainboard/asrock/e350m1/Kconfig index 96f6712..a308850 100644 --- a/src/mainboard/asrock/e350m1/Kconfig +++ b/src/mainboard/asrock/e350m1/Kconfig @@ -108,9 +108,5 @@ config DRIVERS_PS2_KEYBOARD bool default n
-config WARNINGS_ARE_ERRORS - bool - default n - endif # BOARD_ASROCK_E350M1