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>
Reviewed-on: http://review.coreboot.org/3014
Tested-by: build bot (Jenkins)
Reviewed-by: Marc Jones <marc.jones@se-eng.com>
This commit is contained in:
Paul Menzel 2013-04-03 11:36:50 +02:00 committed by Marc Jones
parent a8db717d4a
commit b81754beca
1 changed files with 0 additions and 4 deletions

View File

@ -108,9 +108,5 @@ config DRIVERS_PS2_KEYBOARD
bool
default n
config WARNINGS_ARE_ERRORS
bool
default n
endif # BOARD_ASROCK_E350M1