aboutsummaryrefslogtreecommitdiff
path: root/src/armnn/test/DebugCallbackTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/armnn/test/DebugCallbackTest.cpp')
-rw-r--r--src/armnn/test/DebugCallbackTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/armnn/test/DebugCallbackTest.cpp b/src/armnn/test/DebugCallbackTest.cpp
index 69b9736f92..600447c53a 100644
--- a/src/armnn/test/DebugCallbackTest.cpp
+++ b/src/armnn/test/DebugCallbackTest.cpp
@@ -60,7 +60,7 @@ TEST_CASE("RuntimeRegisterDebugCallback")
std::vector<unsigned int> slotIndexes;
auto mockCallback = [&](LayerGuid guid, unsigned int slotIndex, ITensorHandle* tensor)
{
- IgnoreUnused(guid);
+ armnn::IgnoreUnused(guid);
slotIndexes.push_back(slotIndex);
tensorShapes.push_back(tensor->GetShape());
callCount++;