Skip to content

Fix errors reported by emcc compiler in parse_abc.c

Camil Staps requested to merge fix-c-errors into main

What does this MR do?

The emscripten C compiler used in https://gitlab.com/camilstaps/clean-sandbox complains that function pointers must be cast explicitly.

Changes to public APIs

None.

Author's checklist (required)

  • Intermediate commits compile (use git rebase -i main if not)
  • Newly added code has a style consistent with the rest of the repository
  • Newly added code is documented (guidelines)
  • If bugs have been solved, tests have been added (guidelines)
  • A changelog entry has been added (guidelines)

Related issues

Merge request reports