Fix warnings

This commit is contained in:
Aditya Kulkarni
2019-10-26 19:25:36 -07:00
parent 3e3d04f2bf
commit 75afc2a24f
2 changed files with 6 additions and 6 deletions

View File

@@ -67,7 +67,7 @@ void ConnectionLoader::doAutoConnect() {
auto connection = makeConnection(config);
// After the lib is initialized, try to do get info
connection->doRPC("info", "", [=](auto reply) {
connection->doRPC("info", "", [=](auto) {
// If success, set the connection
main->logger->write("Connection is online.");