Applied cppcoreguidelines-avoid-non-const-global-variables clang-tidy fixes

This commit is contained in:
Bartek Kryza
2022-12-20 23:28:10 +01:00
parent 09d60a9d07
commit a626bed328
3 changed files with 1 additions and 5 deletions

View File

@@ -42,7 +42,7 @@
#ifndef NDEBUG
namespace backward {
backward::SignalHandling sh;
backward::SignalHandling sh; // NOLINT
} // namespace backward
#endif