Bugzilla – Bug 1223886
mlterm does not build with gcc14
Last modified: 2024-05-21 08:53:23 UTC
With gcc14 incompatible pointer assignment becomes an error, and mlterm has a lot of cases of incompatible pointer assignments in the source. This is something that needs to be addressed with upstream over time. Build with -fpermissive for now.
Upstream issue: https://github.com/arakiken/mlterm/issues/92
Thanks Michal and thanks for PR