aboutsummaryrefslogtreecommitdiff
path: root/src/profiling/CommandHandlerFunctor.hpp
diff options
context:
space:
mode:
authorDerek Lamberti <derek.lamberti@arm.com>2019-12-10 21:23:23 +0000
committerFrancis Murtagh <francis.murtagh@arm.com>2019-12-31 11:54:46 +0000
commit1dd75b3ce83b9adf611116d9247f7860951d8ed9 (patch)
tree6e4ec4003730a70720d509ada5022b80b8217e07 /src/profiling/CommandHandlerFunctor.hpp
parent859f9ced8360fcfe6daedf6c8f6613005893f814 (diff)
downloadarmnn-1dd75b3ce83b9adf611116d9247f7860951d8ed9.tar.gz
IVGCVSW-4246 Clean build profiling with -Wextra
Change-Id: Ieab870fa2194075433a0a26abdb13f69e1fbaaae Signed-off-by: Derek Lamberti <derek.lamberti@arm.com>
Diffstat (limited to 'src/profiling/CommandHandlerFunctor.hpp')
-rw-r--r--src/profiling/CommandHandlerFunctor.hpp4
1 files changed, 3 insertions, 1 deletions
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 <cstdint>
+#include <boost/core/ignore_unused.hpp>
+
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() {}