summaryrefslogtreecommitdiff
path: root/board/cr50/build.mk
diff options
context:
space:
mode:
Diffstat (limited to 'board/cr50/build.mk')
-rw-r--r--board/cr50/build.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/cr50/build.mk b/board/cr50/build.mk
index b6d1d959cb..87c05f66a0 100644
--- a/board/cr50/build.mk
+++ b/board/cr50/build.mk
@@ -12,7 +12,7 @@ CHIP_VARIANT ?= cr50_fpga
# Additional / overriding warnings for common rules and chip
# (TODO) enable after https://crrev.com/c/3198155
-# CFLAGS_BOARD :=-Warray-parameter -Wstringop-overread
+# CFLAGS_BOARD :=-Wno-array-parameter -Wno-stringop-overread
# This file is included twice by the Makefile, once to determine the CHIP info
# and then again after defining all the CONFIG_ and HAS_TASK variables. We use