From 7c7022a198eb509527c098e8d764d551cac0565a Mon Sep 17 00:00:00 2001
From: Cedric Roux <cedric.roux@eurecom.fr>
Date: Fri, 24 Mar 2017 13:08:45 +0100
Subject: [PATCH] compilation warning removal

---
 targets/RT/USER/eNB_transport_IQ.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/targets/RT/USER/eNB_transport_IQ.c b/targets/RT/USER/eNB_transport_IQ.c
index fb351af6d6..c5ebc7548f 100644
--- a/targets/RT/USER/eNB_transport_IQ.c
+++ b/targets/RT/USER/eNB_transport_IQ.c
@@ -545,7 +545,7 @@ void *rrh_eNB_tx_thread(void *arg) {
   struct timespec time_req_1us, time_rem_1us;
   ssize_t bytes_received;
   int i;
-  openair0_timestamp last_hw_counter=0;
+  //openair0_timestamp last_hw_counter=0;
   unsigned int samples_per_frame=0,samples_per_subframe=0;
   unsigned int  spp_rf=0, spp_eth=0;
   uint8_t loopback=0,measurements=0;
@@ -634,7 +634,7 @@ void *rrh_eNB_tx_thread(void *arg) {
       VCD_SIGNAL_DUMPER_DUMP_VARIABLE_BY_NAME( VCD_SIGNAL_DUMPER_VARIABLES_TX_TS, timestamp_tx&0xffffffff ); 
       
             
-      if (dev->devs->type == NONE_DEV)	last_hw_counter=hw_counter;
+      //if (dev->devs->type == NONE_DEV)	last_hw_counter=hw_counter;
     
     
       if (loopback ==1 ) { 
-- 
2.26.2