From 036d1a89dffa4628f8d5b9a5b44ba9673ca2e3b4 Mon Sep 17 00:00:00 2001 From: Jens Elofsson Date: Thu, 27 May 2021 15:05:22 +0200 Subject: Fix compiler warnings by redordering class members. Change-Id: I780238c7695a326c088917cdd5b389d279d3d2c7 --- lib/ethosu_monitor/include/ethosu_monitor.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ethosu_monitor/include/ethosu_monitor.hpp b/lib/ethosu_monitor/include/ethosu_monitor.hpp index fa5a63f..c2d0908 100644 --- a/lib/ethosu_monitor/include/ethosu_monitor.hpp +++ b/lib/ethosu_monitor/include/ethosu_monitor.hpp @@ -60,8 +60,8 @@ public: private: ethosu_pmu_event_type ethosuEventIds[ETHOSU_PMU_NCOUNTERS]; size_t numEvents; - Backend backend; std::vector eventRecordIds; + Backend backend; }; #endif -- cgit v1.2.1