aboutsummaryrefslogtreecommitdiff
path: root/src/profiling/CommandHandlerFunctor.hpp
diff options
context:
space:
mode:
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() {}