Silence unused variable warning (#2223)
This commit is contained in:
parent
350363616c
commit
0111b4afdc
|
@ -78,7 +78,7 @@ public:
|
|||
|
||||
private:
|
||||
|
||||
void getErrorMessages(ErrorLogger *errorLogger, const Settings *settings) const OVERRIDE {
|
||||
void getErrorMessages(ErrorLogger *errorLogger, const Settings * /*settings*/) const OVERRIDE {
|
||||
CheckUnusedFunctions::unusedFunctionError(errorLogger, emptyString, 0, "funcName");
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue