Skip to content

Resolve missing C function prototypes

Jakub Sujak requested to merge jakub/prototypes into main
  • Enable "-Wmissing-prototypes" compiler warning flag in the CMake and Bazel build scripts to catch missing prototypes. Additionally, enable "-Wstrict-prototypes" option.

  • Expose missing prototypes in the public API.

  • Resolve conflicting prototypes by aligning the definition to the declaration.

Signed-off-by: Jakub Sujak jakub.sujak@arm.com

Merge request reports