Skip to content

Fix warnings that appear when compiling dev branch with gcc-14 in debug mode

Robert Schmidt requested to merge fix-warnings into dev

See commit messages for more information.

This is necessary for OAI RAN when compiling with Ubuntu 22 and gcc-12 (the default compiler of U22, gcc-11, not being supported by FlexRIC) since we compile with -Werror. More information see oai/openairinterface5g!2750 (merged)

Merge request reports