aboutsummaryrefslogtreecommitdiff
path: root/tests/validation/UNIT/LifetimeManager.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/validation/UNIT/LifetimeManager.cpp')
-rw-r--r--tests/validation/UNIT/LifetimeManager.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/validation/UNIT/LifetimeManager.cpp b/tests/validation/UNIT/LifetimeManager.cpp
index d4c0a51346..44a52aa5e3 100644
--- a/tests/validation/UNIT/LifetimeManager.cpp
+++ b/tests/validation/UNIT/LifetimeManager.cpp
@@ -46,6 +46,7 @@ class MockMemoryManageable : public IMemoryManageable
public:
void associate_memory_group(IMemoryGroup *memory_group) override
{
+ ARM_COMPUTE_UNUSED(memory_group);
}
};
/** Creates a lifetime of three objects where the two of them can share the same underlying within the given scope