aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCathal Corbett <cathal.corbett@arm.com>2022-03-11 13:05:44 +0000
committerCathal Corbett <cathal.corbett@arm.com>2022-03-11 15:55:04 +0000
commit91343f34c7bbca5106d36f1dcd06ebcb22810f43 (patch)
treeab7be123009ee7a621a05665c110e61596ce65dd
parent75c14f4241b0225640ee6011a41ed0102f4e742c (diff)
downloadarmnn-91343f34c7bbca5106d36f1dcd06ebcb22810f43.tar.gz
Bug fix: unused parameter 'profilingService' from patch IVGCVSW-6817.
Signed-off-by: Cathal Corbett <cathal.corbett@arm.com> Change-Id: Ic3cbc0bf4d075ef86d9d9047e25785a1ce00cbf0
-rw-r--r--src/profiling/test/ProfilingTests.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/profiling/test/ProfilingTests.cpp b/src/profiling/test/ProfilingTests.cpp
index 26130ef403..9873527aa9 100644
--- a/src/profiling/test/ProfilingTests.cpp
+++ b/src/profiling/test/ProfilingTests.cpp
@@ -1912,7 +1912,7 @@ TEST_CASE("CheckTimelineActivationAndDeactivation")
class TestReportStructure : public IReportStructure
{
public:
- virtual void ReportStructure(arm::pipe::IProfilingService& profilingService) override
+ virtual void ReportStructure(arm::pipe::IProfilingService& /*profilingService*/) override
{
m_ReportStructureCalled = true;
}