commit | 57ce879945fb2a338fd45b8bbbd821d76ece2a06 | [log] [tgz] |
---|---|---|
author | Gaurao Chaudhari <gaurchau@codeaurora.org> | Mon Jan 28 13:34:26 2019 -0800 |
committer | Gerrit - the friendly Code Review server <code-review@localhost> | Thu Feb 14 13:23:14 2019 -0800 |
tree | ecb41c658f7842ec24b7ae8cdadc2140000cb5b5 | |
parent | f7b2af3140d0100f5fea3a2143753ff68aec4c00 [diff] [blame] |
[qca-nss-ecm] Added -Werror flag to Makefile Change-Id: I2f7ded23873bb5670a0c1da42fbfa0a7304d93a4 Signed-off-by: Gaurao Chaudhari <gaurchau@codeaurora.org>
diff --git a/Makefile b/Makefile index 8051021..99bc5a5 100644 --- a/Makefile +++ b/Makefile
@@ -353,5 +353,6 @@ ccflags-y += -DECM_OPENWRT_SUPPORT=1 ccflags-y += -I$(obj)/ -I$(obj)/ecm_db -I$(obj)/frontends/include -I$(obj)/frontends/nss -I$(obj)/frontends/sfe -I$(obj)/exports +ccflags-y += -Werror obj ?= .