From 1dd75b3ce83b9adf611116d9247f7860951d8ed9 Mon Sep 17 00:00:00 2001 From: Derek Lamberti Date: Tue, 10 Dec 2019 21:23:23 +0000 Subject: IVGCVSW-4246 Clean build profiling with -Wextra Change-Id: Ieab870fa2194075433a0a26abdb13f69e1fbaaae Signed-off-by: Derek Lamberti --- src/profiling/CommandHandlerFunctor.hpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/profiling/CommandHandlerFunctor.hpp') diff --git a/src/profiling/CommandHandlerFunctor.hpp b/src/profiling/CommandHandlerFunctor.hpp index 4d6dfa080a..ea76d10141 100644 --- a/src/profiling/CommandHandlerFunctor.hpp +++ b/src/profiling/CommandHandlerFunctor.hpp @@ -7,6 +7,8 @@ #include +#include + namespace armnn { @@ -28,7 +30,7 @@ public: uint32_t GetPacketId() const; uint32_t GetVersion() const; - virtual void operator()(const Packet& packet) {} + virtual void operator()(const Packet& packet) = 0; virtual ~CommandHandlerFunctor() {} -- cgit v1.2.1