From: Maxim Uvarov <maxim.uva...@linaro.org>

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

Signed-off-by: Maxim Uvarov <maxim.uva...@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 --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

Reply via email to