diff mbox series

[API-NEXT,v1,19/19] test: drv: remove -Wno-deprecated-declarations set

Message ID 1505156408-13887-20-git-send-email-odpbot@yandex.ru
State New
Headers show
Series None | expand

Commit Message

Github ODP bot Sept. 11, 2017, 7 p.m. UTC
From: Maxim Uvarov <maxim.uvarov@linaro.org>


cflags are set from top level directory, drv should
not modify them internaly.

Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>

---
/** Email created from pull request 173 (muvarov:api-next)
 ** https://github.com/Linaro/odp/pull/173
 ** Patch: https://github.com/Linaro/odp/pull/173.patch
 ** Base sha: 7fa8e2c97ed18f8dd6e95cbc78b7e668ccb98869
 ** Merge commit sha: 057be0905a62a157cc96a91743ea70e66e8554ca
 **/
 test/common_plat/validation/drv/Makefile.am | 3 ---
 1 file changed, 3 deletions(-)
diff mbox series

Patch

diff --git a/test/common_plat/validation/drv/Makefile.am b/test/common_plat/validation/drv/Makefile.am
index bcdb92e2..e445adf5 100644
--- a/test/common_plat/validation/drv/Makefile.am
+++ b/test/common_plat/validation/drv/Makefile.am
@@ -2,6 +2,3 @@  ODPDRV_MODULES = drvatomic \
 		 drvshmem
 
 SUBDIRS = $(ODPDRV_MODULES)
-
-#The tests will need to retain the deprecated test implementation
-AM_CFLAGS += -Wno-deprecated-declarations