Fixed Cppcheck warning, method can be static
This commit is contained in:
parent
a7da65a40b
commit
785d54046f
|
@ -217,7 +217,7 @@ public:
|
|||
|
||||
private:
|
||||
|
||||
bool isArrayOfStruct(const Token* tok, int &position);
|
||||
static bool isArrayOfStruct(const Token* tok, int &position);
|
||||
void arrayIndexOutOfBoundsError(const std::list<const Token *> &callstack, const ArrayInfo &arrayInfo, const std::vector<MathLib::bigint> &index);
|
||||
void bufferOverrunError(const Token *tok, const std::string &varnames = "");
|
||||
void bufferOverrunError(const std::list<const Token *> &callstack, const std::string &varnames = "");
|
||||
|
|
Loading…
Reference in New Issue