From 18d90051c9145ead86d4da701a2bc54f45e4fb66 Mon Sep 17 00:00:00 2001 From: Robin Howard Date: Sat, 28 Oct 2023 13:25:50 +1100 Subject: Annotates the kTag with maybe_unused; they're only used for logging. --- src/ui/ui_fsm.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ui/ui_fsm.cpp') diff --git a/src/ui/ui_fsm.cpp b/src/ui/ui_fsm.cpp index a33dd38e..becb7af5 100644 --- a/src/ui/ui_fsm.cpp +++ b/src/ui/ui_fsm.cpp @@ -43,7 +43,7 @@ namespace ui { -static constexpr char kTag[] = "ui_fsm"; +[[maybe_unused]] static constexpr char kTag[] = "ui_fsm"; static const std::size_t kRecordsPerPage = 15; -- cgit v1.2.3