From ecd180be471e9debc8a4facc9459c2ec8989bf90 Mon Sep 17 00:00:00 2001 From: Raphael Defosseux <raphael.defosseux@eurecom.fr> Date: Mon, 1 Oct 2018 10:56:36 +0200 Subject: [PATCH] Fixing compilation warning in function declaration Signed-off-by: Raphael Defosseux <raphael.defosseux@eurecom.fr> --- openair1/PHY/INIT/lte_init_ru.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openair1/PHY/INIT/lte_init_ru.c b/openair1/PHY/INIT/lte_init_ru.c index e8846d7433..3a1364620e 100644 --- a/openair1/PHY/INIT/lte_init_ru.c +++ b/openair1/PHY/INIT/lte_init_ru.c @@ -31,7 +31,7 @@ #include "assertions.h" #include <math.h> -void init_7_5KHz(); +void init_7_5KHz(void); int phy_init_RU(RU_t *ru) { -- 2.26.2