Unverified Commit e50b62c7 authored by Muhammed Galib Uludag's avatar Muhammed Galib Uludag Committed by GitHub

suppressed unused var

parent 9e0c658b
......@@ -35,7 +35,7 @@ public:
db_name_ = db_name;
coll_name_ = collection_name;
set_pattern("%v");
} catch (const std::exception &e) {
} catch (const std::exception) {
throw spdlog_ex("Error opening database");
}
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment