From 9265a88c0064dbcf5ad4694bbdcce1b335a394e6 Mon Sep 17 00:00:00 2001 From: Jim Flynn Date: Thu, 10 Mar 2022 23:35:26 +0000 Subject: IVGCVSW-6844 replace armnn:IgnoreUnused with arm::pipe::IgnoreUnused in profiling code Change-Id: Ifbdfb034deda2f792ac1069dac808917606ccc9e Signed-off-by: Jim Flynn --- src/armnn/test/RuntimeTests.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/armnn/test') diff --git a/src/armnn/test/RuntimeTests.cpp b/src/armnn/test/RuntimeTests.cpp index afe4bc7ea0..9cf322c98f 100644 --- a/src/armnn/test/RuntimeTests.cpp +++ b/src/armnn/test/RuntimeTests.cpp @@ -429,8 +429,8 @@ TEST_CASE("RuntimeMemoryLeak") // These are needed because VALGRIND_COUNT_LEAKS is a macro that assigns to the parameters // so they are assigned to, but still considered unused, causing a warning. - IgnoreUnused(dubious); - IgnoreUnused(suppressed); + armnn::IgnoreUnused(dubious); + armnn::IgnoreUnused(suppressed); } #endif // WITH_VALGRIND -- cgit v1.2.1