Bug 1223886 - mlterm does not build with gcc14
Summary: mlterm does not build with gcc14
Status: NEW
Alias: None
Product: openSUSE Tumbleweed
Classification: openSUSE
Component: X11 Applications (show other bugs)
Version: Current
Hardware: Other Other
: P5 - None : Normal (vote)
Target Milestone: ---
Assignee: Petr Gajdos
QA Contact: E-mail List
URL: https://github.com/arakiken/mlterm/is...
Whiteboard:
Keywords:
Depends on: modern_C
Blocks:
  Show dependency treegraph
 
Reported: 2024-05-03 16:24 UTC by Michal Suchanek
Modified: 2024-05-21 08:53 UTC (History)
0 users

See Also:
Found By: ---
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michal Suchanek 2024-05-03 16:24:09 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.
Comment 1 Michal Suchanek 2024-05-03 16:31:38 UTC
Upstream issue: https://github.com/arakiken/mlterm/issues/92
Comment 2 Petr Gajdos 2024-05-21 08:53:23 UTC
Thanks Michal and thanks for PR