Don't use static where not needed (#952)

This commit is contained in:
Ayaz Salikhov 2017-09-07 14:01:07 +03:00 committed by Daniel Marjamäki
parent f0b5327450
commit 64eccd780c
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@
// Register this check class into cppcheck by creating a static instance of it..
namespace {
static CheckAutoVariables instance;
CheckAutoVariables instance;
}
static const CWE CWE398(398U); // Indicator of Poor Code Quality