summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorCisco Cervellera <cisco.cervellera@arm.com>2021-09-28 18:15:10 +0100
committerCisco Cervellera <cisco.cervellera@arm.com>2021-09-28 18:15:10 +0100
commit414b1b9534fcf5d7998035a0de9cf2589a1826c8 (patch)
treec314d4d77f5e9f9b39e1910838186adb1a594c80 /scripts
parent3e2de6721edc46a48dda993706e3e02cbc3b83d4 (diff)
downloadml-embedded-evaluation-kit-414b1b9534fcf5d7998035a0de9cf2589a1826c8.tar.gz
MLECO-2348: Update dependencies to 21.08
* Update all dependancies to 21.08 * Refactoring to fit the new changes Change-Id: Icc2ae3628ee6e8fbc0af2cd8f91e368c9ccae053
Diffstat (limited to 'scripts')
-rw-r--r--scripts/make/cortex_m_ethos_eval_makefile.inc13
1 files changed, 2 insertions, 11 deletions
diff --git a/scripts/make/cortex_m_ethos_eval_makefile.inc b/scripts/make/cortex_m_ethos_eval_makefile.inc
index 407bc85..27bb9d6 100644
--- a/scripts/make/cortex_m_ethos_eval_makefile.inc
+++ b/scripts/make/cortex_m_ethos_eval_makefile.inc
@@ -127,15 +127,6 @@ ifeq ($(TARGET),$(filter $(TARGET), cortex_m_ethos_eval))
$(error "TOOLCHAIN=$(TOOLCHAIN) is not supported.")
endif
-# TODO(#47718): resolve warnings.
-CXX_OMIT_ERRORS = \
- -Wno-implicit-fallthrough \
- -Wno-unused-variable
-
-# TODO: Remove when Arm Ethos-U NPU driver is updated to version > 21.05
-CC_OMIT_ERRORS = \
- ${CXX_OMIT_ERRORS} \
- -Wno-int-conversion
PLATFORM_FLAGS = \
-DTF_LITE_MCU_DEBUG_LOG \
@@ -151,7 +142,7 @@ CC_OMIT_ERRORS = \
$(TARGET_SPECIFIC_FLAGS)
# Common + C/C++ flags
- CXXFLAGS += $(PLATFORM_FLAGS) ${CXX_OMIT_ERRORS}
- CCFLAGS += $(PLATFORM_FLAGS) ${CC_OMIT_ERRORS}
+ CXXFLAGS += $(PLATFORM_FLAGS)
+ CCFLAGS += $(PLATFORM_FLAGS)
endif