Commit 99b52190 authored by Cedric Roux's avatar Cedric Roux

compilation warning removal

parent 69774297
...@@ -1016,8 +1016,8 @@ int eNB_trx_stop(openair0_device *device) { ...@@ -1016,8 +1016,8 @@ int eNB_trx_stop(openair0_device *device) {
int UE_trx_start(openair0_device *device) { int UE_trx_start(openair0_device *device) {
return(0); return(0);
} }
int UE_trx_end(openair0_device *device) { void UE_trx_end(openair0_device *device) {
return(0); return;
} }
int UE_trx_stop(openair0_device *device) { int UE_trx_stop(openair0_device *device) {
return(0); return(0);
......
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