From b6f156cf4a033c30747dcfbace9e5ba5bcbb4f7b Mon Sep 17 00:00:00 2001 From: Robert Schmidt <robert.schmidt@openairinterface.org> Date: Wed, 29 May 2024 08:11:13 +0200 Subject: [PATCH] Switch to branch that resolves flexric warnings A number of warnings appear when compiling flexric with gcc-12, which we use in the next commit. Those have been fixed upstream. Switch to the updated version to avoid warnings. --- openair2/E2AP/flexric | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openair2/E2AP/flexric b/openair2/E2AP/flexric index f1c08ed2b9b..beabdd072ca 160000 --- a/openair2/E2AP/flexric +++ b/openair2/E2AP/flexric @@ -1 +1 @@ -Subproject commit f1c08ed2b9b1eceeda7941dd7bf435db0168dd56 +Subproject commit beabdd072ca9e381d4d27c9fbc6bb19382817489 -- GitLab