From 91343f34c7bbca5106d36f1dcd06ebcb22810f43 Mon Sep 17 00:00:00 2001 From: Cathal Corbett Date: Fri, 11 Mar 2022 13:05:44 +0000 Subject: Bug fix: unused parameter 'profilingService' from patch IVGCVSW-6817. Signed-off-by: Cathal Corbett Change-Id: Ic3cbc0bf4d075ef86d9d9047e25785a1ce00cbf0 --- src/profiling/test/ProfilingTests.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- cgit v1.2.1