Commit a07b4097 authored by Cedric Roux's avatar Cedric Roux

- Fix compiler warnings

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@4016 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent 9bcd1d84
...@@ -15,6 +15,8 @@ ...@@ -15,6 +15,8 @@
#include "PHY/vars.h" #include "PHY/vars.h"
#include "MAC_INTERFACE/vars.h" #include "MAC_INTERFACE/vars.h"
#include "SIMULATION/ETH_TRANSPORT/proto.h"
//#ifdef OPENAIR2 //#ifdef OPENAIR2
#include "LAYER2/MAC/defs.h" #include "LAYER2/MAC/defs.h"
#include "LAYER2/MAC/vars.h" #include "LAYER2/MAC/vars.h"
...@@ -267,8 +269,9 @@ int log_thread_finalize() { ...@@ -267,8 +269,9 @@ int log_thread_finalize() {
pthread_mutex_destroy(&log_lock); pthread_mutex_destroy(&log_lock);
pthread_cond_destroy(&log_notify); pthread_cond_destroy(&log_notify);
} }
#endif
return err; return err;
#endif
} }
......
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