From a3f7ceb3958c81d9d419a217d5f1d92549ede0e8 Mon Sep 17 00:00:00 2001 From: Cedric Roux <cedric.roux@eurecom.fr> Date: Fri, 24 Mar 2017 12:02:08 +0100 Subject: [PATCH] compilation warning removal --- openair1/PHY/LTE_TRANSPORT/dlsch_demodulation.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openair1/PHY/LTE_TRANSPORT/dlsch_demodulation.c b/openair1/PHY/LTE_TRANSPORT/dlsch_demodulation.c index cb1129f8cb..e7f98cea1a 100644 --- a/openair1/PHY/LTE_TRANSPORT/dlsch_demodulation.c +++ b/openair1/PHY/LTE_TRANSPORT/dlsch_demodulation.c @@ -123,8 +123,8 @@ int rx_pdsch(PHY_VARS_UE *ue, int32_t **rxdataF_comp_ptr; int32_t **dl_ch_mag_ptr; - int32_t codeword_TB0; - int32_t codeword_TB1; + int32_t codeword_TB0 = -1; + int32_t codeword_TB1 = -1; -- GitLab