summaryrefslogtreecommitdiff
path: root/src/system_fsm/running.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/system_fsm/running.cpp')
-rw-r--r--src/system_fsm/running.cpp2
1 files changed, 1 insertions, 1 deletions
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;