From ac437d3d126d901909ee7326c4366fc68d5747d6 Mon Sep 17 00:00:00 2001 From: Cedric Roux <cedric.roux@eurecom.fr> Date: Fri, 24 Mar 2017 12:30:06 +0100 Subject: [PATCH] compilation warning removal --- openair1/SCHED/phy_procedures_lte_ue.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/openair1/SCHED/phy_procedures_lte_ue.c b/openair1/SCHED/phy_procedures_lte_ue.c index 1d87ba0c41..e5ae3c8f38 100644 --- a/openair1/SCHED/phy_procedures_lte_ue.c +++ b/openair1/SCHED/phy_procedures_lte_ue.c @@ -3125,7 +3125,9 @@ void ue_pmch_procedures(PHY_VARS_UE *ue, UE_rxtx_proc_t *proc,int eNB_id,int abs int subframe_rx = proc->subframe_rx; int frame_rx = proc->frame_rx; int pmch_mcs=-1; +#ifdef Rel10 int CC_id = ue->CC_id; +#endif uint8_t sync_area=255; uint8_t mcch_active; int l; -- GitLab