#7772 Add uninitMemberVarPrivate to errorlist

This commit is contained in:
amai2012 2019-01-02 14:48:57 +01:00
parent 43f5d71410
commit 70527a78f7
1 changed files with 1 additions and 0 deletions

View File

@ -208,6 +208,7 @@ private:
c.noOperatorEqError(nullptr, false, nullptr, false);
c.noDestructorError(nullptr, false, nullptr);
c.uninitVarError(nullptr, false, "classname", "varname", false);
c.uninitVarError(nullptr, true, "classname", "varname", false);
c.operatorEqVarError(nullptr, "classname", emptyString, false);
c.unusedPrivateFunctionError(nullptr, "classname", "funcname");
c.memsetError(nullptr, "memfunc", "classname", "class");