Skip to content
Snippets Groups Projects
Commit 92ee6017 authored by Cédric Roux's avatar Cédric Roux
Browse files

compilation warning removal

parent 7514e713
No related branches found
No related tags found
No related merge requests found
...@@ -1213,7 +1213,7 @@ int phy_init_lte_ue(PHY_VARS_UE *ue, ...@@ -1213,7 +1213,7 @@ int phy_init_lte_ue(PHY_VARS_UE *ue,
} }
const size_t num = 7*2*fp->N_RB_DL*12+4; //const size_t num = 7*2*fp->N_RB_DL*12+4;
for (k=0;k<8;k++) { //harq_pid for (k=0;k<8;k++) { //harq_pid
for (l=0;l<8;l++) { //round for (l=0;l<8;l++) { //round
pdsch_vars_th0[eNB_id]->rxdataF_comp1[k][l] = (int32_t**)malloc16_clear( 8*sizeof(int32_t*) ); pdsch_vars_th0[eNB_id]->rxdataF_comp1[k][l] = (int32_t**)malloc16_clear( 8*sizeof(int32_t*) );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment