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/system_fsm/running.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/system_fsm/running.cpp') diff --git a/src/system_fsm/running.cpp b/src/system_fsm/running.cpp index 70b4e99c..567553a9 100644 --- a/src/system_fsm/running.cpp +++ b/src/system_fsm/running.cpp @@ -21,7 +21,7 @@ namespace system_fsm { namespace states { -static const char kTag[] = "RUN"; +[[maybe_unused]] static const char kTag[] = "RUN"; static database::IFileGatherer* sFileGatherer; -- cgit v1.2.3