Skip to content
Snippets Groups Projects
Commit 34c303ef authored by Cedric Roux's avatar Cedric Roux
Browse files

compilation warning removal

parent e9d88a10
No related branches found
No related tags found
No related merge requests found
......@@ -197,7 +197,7 @@ static rrh_module_t new_module (unsigned int id) {
openair0_cfg.my_port = rrh_port;
LOG_I(RRH,"UDP mode selected for ethernet.\n");
} else if (eth_mode==ETH_RAW_MODE) {
openair0_cfg.my_addr = &rrh_mac[0];
openair0_cfg.my_addr = (char*)&rrh_mac[0];
openair0_cfg.my_port = rrh_port;
LOG_I(RRH,"RAW mode selected for ethernet.\n");
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment