Applied cppcoreguidelines-avoid-non-const-global-variables clang-tidy fixes
This commit is contained in:
@@ -42,7 +42,7 @@
|
||||
|
||||
#ifndef NDEBUG
|
||||
namespace backward {
|
||||
backward::SignalHandling sh;
|
||||
backward::SignalHandling sh; // NOLINT
|
||||
} // namespace backward
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user