Remove more warnings on Jenkins

This commit is contained in:
Alexander Bock
2018-07-05 14:40:54 -04:00
parent e8735d4544
commit 8dce177d33
24 changed files with 98 additions and 132 deletions

View File

@@ -81,7 +81,7 @@ void AuthorizationTopic::handleJson(const nlohmann::json& json) {
);
}
}
};
}
bool AuthorizationTopic::authorize(const std::string& key) {
_isAuthenticated = (key == OsEng.configuration().serverPasskey);