aboutsummaryrefslogtreecommitdiff
path: root/ethosu/mlw_codec/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'ethosu/mlw_codec/makefile')
-rw-r--r--ethosu/mlw_codec/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/ethosu/mlw_codec/makefile b/ethosu/mlw_codec/makefile
index 6eb418d..68eb0d9 100644
--- a/ethosu/mlw_codec/makefile
+++ b/ethosu/mlw_codec/makefile
@@ -20,7 +20,7 @@
UNAME=$(shell uname -o)
-CFLAGS=-Wall -Wno-unused-function -Wno-unused-variable
+CFLAGS=-Wall -Werror -Wno-unused-function -Wno-unused-variable
ifeq ($(DEBUG),1)
CFLAGS+=-g -O0 -DDEBUG