Silence unused variable warning (#2223)

This commit is contained in:
Rikard Falkeborn 2019-09-27 08:19:45 +02:00 committed by Daniel Marjamäki
parent 350363616c
commit 0111b4afdc
1 changed files with 1 additions and 1 deletions

View File

@ -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");
}