From 2b2aefcf6a3b187c432e90d4b4e951cb10e293ef Mon Sep 17 00:00:00 2001 From: Riku Isokoski Date: Tue, 14 Jun 2022 09:48:00 +0300 Subject: Fix InfiniTime compiler warnings --- src/BootloaderVersion.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/BootloaderVersion.h') diff --git a/src/BootloaderVersion.h b/src/BootloaderVersion.h index 7ed90fa9..85d5e0ec 100644 --- a/src/BootloaderVersion.h +++ b/src/BootloaderVersion.h @@ -6,11 +6,11 @@ namespace Pinetime { class BootloaderVersion { public: - static const uint32_t Major(); - static const uint32_t Minor(); - static const uint32_t Patch(); + static uint32_t Major(); + static uint32_t Minor(); + static uint32_t Patch(); static const char* VersionString(); - static const bool IsValid(); + static bool IsValid(); static void SetVersion(uint32_t v); private: -- cgit v1.2.3-70-g09d2