From 4a6e433b2116b25d3637c7d79f93da1624bd0523 Mon Sep 17 00:00:00 2001 From: Cedric Roux <cedric.roux@eurecom.fr> Date: Fri, 24 Mar 2017 12:41:10 +0100 Subject: [PATCH] compilation warning removal --- targets/SIMU/USER/oaisim.c | 1 + 1 file changed, 1 insertion(+) diff --git a/targets/SIMU/USER/oaisim.c b/targets/SIMU/USER/oaisim.c index f8a2dc9305..343ed5475b 100644 --- a/targets/SIMU/USER/oaisim.c +++ b/targets/SIMU/USER/oaisim.c @@ -1286,6 +1286,7 @@ main (int argc, char **argv) init_openair2 (); + void init_openair0(void); init_openair0(); init_ocm (); -- 2.26.2