Commit 2fbb2678 authored by Cedric Roux's avatar Cedric Roux

remove gcc warning when compiling oaisim

parent ebc8cbf4
...@@ -699,6 +699,7 @@ void *UE_thread(void *arg) { ...@@ -699,6 +699,7 @@ void *UE_thread(void *arg) {
AssertFatal ( 0== pthread_mutex_unlock(&UE->proc.mutex_synch), ""); AssertFatal ( 0== pthread_mutex_unlock(&UE->proc.mutex_synch), "");
} else { } else {
#if OAISIM #if OAISIM
(void)dummy_rx; /* avoid gcc warnings */
usleep(500); usleep(500);
#else #else
// grab 10 ms of signal into dummy buffer // grab 10 ms of signal into dummy buffer
......
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