mirror of
https://github.com/gabime/spdlog.git
synced 2024-12-25 18:11:33 +08:00
suppressed unused var
This commit is contained in:
parent
9e0c658b29
commit
e50b62c770
@ -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");
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user