From 94a88d2b21d9ca3f42dc3435695be31b5591230b Mon Sep 17 00:00:00 2001 From: Derek Lamberti Date: Tue, 10 Dec 2019 21:12:59 +0000 Subject: IVGCVSW-4246 Clean build Layers with -Wextra Change-Id: I649cd2304fb0040164763d31a12fc77c6c3bed87 Signed-off-by: Derek Lamberti --- src/armnn/layers/ElementwiseBaseLayer.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/armnn/layers/ElementwiseBaseLayer.hpp') diff --git a/src/armnn/layers/ElementwiseBaseLayer.hpp b/src/armnn/layers/ElementwiseBaseLayer.hpp index 5c2bbaa054..4f151b7f48 100644 --- a/src/armnn/layers/ElementwiseBaseLayer.hpp +++ b/src/armnn/layers/ElementwiseBaseLayer.hpp @@ -11,7 +11,7 @@ namespace armnn { /// NOTE: this is an abstract class to encapsulate the element wise operations, it does not implement: -/// std::unique_ptr Layer::CreateWorkload(const Graph& graph, const IWorkloadFactory& factory) const = 0; +/// std::unique_ptr Layer::CreateWorkload(const IWorkloadFactory& factory) const = 0; /// Layer* Clone(Graph& graph) const = 0; class ElementwiseBaseLayer : public Layer { -- cgit v1.2.1