]> git.droids-corp.org - dpdk.git/blobdiff - mk/toolchain/clang/rte.vars.mk
mk: add experimental tag check
[dpdk.git] / mk / toolchain / clang / rte.vars.mk
index 52ca9fca3115ce274b83ebdb86e705da7b6ad566..3c49dc568da1168cffce457ca503658e76039ef5 100644 (file)
@@ -39,7 +39,7 @@ WERROR_FLAGS := -W -Wall -Wstrict-prototypes -Wmissing-prototypes
 WERROR_FLAGS += -Wmissing-declarations -Wold-style-definition -Wpointer-arith
 WERROR_FLAGS += -Wnested-externs -Wcast-qual
 WERROR_FLAGS += -Wformat-nonliteral -Wformat-security
-WERROR_FLAGS += -Wundef -Wwrite-strings
+WERROR_FLAGS += -Wundef -Wwrite-strings -Wdeprecated
 
 ifeq ($(RTE_DEVEL_BUILD),y)
 WERROR_FLAGS += -Werror