Commit 8d359374 authored by Dominik Charousset's avatar Dominik Charousset

Fix unused parameter warning

parent dbfc77ce
......@@ -109,7 +109,7 @@ void manager::stop() {
manager_ = nullptr;
}
void manager::init(actor_system_config& cfg) {
void manager::init(actor_system_config&) {
ERR_load_crypto_strings();
OPENSSL_add_all_algorithms_conf();
SSL_library_init();
......
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