aboutsummaryrefslogtreecommitdiff
path: root/src/armnn/test
diff options
context:
space:
mode:
authorJim Flynn <jim.flynn@arm.com>2022-03-10 23:35:26 +0000
committerJim Flynn <jim.flynn@arm.com>2022-03-11 17:33:44 +0000
commit9265a88c0064dbcf5ad4694bbdcce1b335a394e6 (patch)
treeb7e7eda3640cc0a7698d73c580b96c7d6cd635db /src/armnn/test
parent91343f34c7bbca5106d36f1dcd06ebcb22810f43 (diff)
downloadarmnn-9265a88c0064dbcf5ad4694bbdcce1b335a394e6.tar.gz
IVGCVSW-6844 replace armnn:IgnoreUnused with arm::pipe::IgnoreUnused in profiling code
Change-Id: Ifbdfb034deda2f792ac1069dac808917606ccc9e Signed-off-by: Jim Flynn <jim.flynn@arm.com>
Diffstat (limited to 'src/armnn/test')
-rw-r--r--src/armnn/test/RuntimeTests.cpp4
1 files changed, 2 insertions, 2 deletions
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