summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/dbus_singleton.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dbus_singleton.cpp b/src/dbus_singleton.cpp
index f78164fbe2..726c3d4bb5 100644
--- a/src/dbus_singleton.cpp
+++ b/src/dbus_singleton.cpp
@@ -6,7 +6,7 @@ namespace crow
{
namespace connections
{
-
+// NOLINTNEXTLINE(cppcoreguidelines-avoid-non-const-global-variables)
sdbusplus::asio::connection* systemBus = nullptr;
} // namespace connections