Commit ba3317ba authored by Dominik Charousset's avatar Dominik Charousset

Fix shadowing warning

parent 5f302fe9
...@@ -127,7 +127,7 @@ CAF_TEST(test_typed_remote_actor) { ...@@ -127,7 +127,7 @@ CAF_TEST(test_typed_remote_actor) {
CAF_MESSAGE("run in server mode"); CAF_MESSAGE("run in server mode");
run_server(); run_server();
} else { } else {
auto port = run_server(); port = run_server();
// execute client_part() in a separate process, // execute client_part() in a separate process,
// connected via localhost socket // connected via localhost socket
scoped_actor self; scoped_actor self;
......
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