aboutsummaryrefslogtreecommitdiff
path: root/src/armnn/ExecutionFrame.hpp
diff options
context:
space:
mode:
authorDerek Lamberti <derek.lamberti@arm.com>2019-12-10 21:12:59 +0000
committerFrancis Murtagh <francis.murtagh@arm.com>2019-12-31 10:02:58 +0000
commit94a88d2b21d9ca3f42dc3435695be31b5591230b (patch)
treeedf9381fa095561706353773c155a2c922a50dc8 /src/armnn/ExecutionFrame.hpp
parentff3c426ffd799abd66e4280da559384d86702721 (diff)
downloadarmnn-94a88d2b21d9ca3f42dc3435695be31b5591230b.tar.gz
IVGCVSW-4246 Clean build Layers with -Wextra
Change-Id: I649cd2304fb0040164763d31a12fc77c6c3bed87 Signed-off-by: Derek Lamberti <derek.lamberti@arm.com>
Diffstat (limited to 'src/armnn/ExecutionFrame.hpp')
-rw-r--r--src/armnn/ExecutionFrame.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/armnn/ExecutionFrame.hpp b/src/armnn/ExecutionFrame.hpp
index c7e7780235..3661fc7d46 100644
--- a/src/armnn/ExecutionFrame.hpp
+++ b/src/armnn/ExecutionFrame.hpp
@@ -21,7 +21,7 @@ public:
virtual IExecutionFrame* ExecuteWorkloads(IExecutionFrame* previousFrame) = 0;
virtual void PostAllocationConfigure() {};
- virtual void RegisterDebugCallback(const DebugCallbackFunction& func) {};
+ virtual void RegisterDebugCallback(const DebugCallbackFunction&) {};
};
class ExecutionFrame: public IExecutionFrame