Правка предупреждений

This commit is contained in:
2021-05-30 22:52:44 +03:00
parent 9f62d67135
commit fcac4dd4fe
3 changed files with 7 additions and 5 deletions

View File

@ -11,7 +11,7 @@ namespace myx {
namespace qt {
std::array< int, 2 > PosixSignalWatcherPrivate::mSockpair { { 0, 0 } };
std::array< int, 2 > PosixSignalWatcherPrivate::mSockpair { { 0, 0 } }; // NOLINT(cppcoreguidelines-avoid-non-const-global-variables)
PosixSignalWatcherPrivate::~PosixSignalWatcherPrivate() = default;