Bug 1223886

Summary: mlterm does not build with gcc14
Product: [openSUSE] openSUSE Tumbleweed Reporter: Michal Suchanek <msuchanek>
Component: X11 ApplicationsAssignee: Petr Gajdos <pgajdos>
Status: NEW --- QA Contact: E-mail List <qa-bugs>
Severity: Normal    
Priority: P5 - None    
Version: Current   
Target Milestone: ---   
Hardware: Other   
OS: Other   
URL: https://github.com/arakiken/mlterm/issues/92
See Also: https://github.com/arakiken/mlterm/issues/92
Whiteboard:
Found By: --- Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---
Bug Depends on: 1220571    
Bug Blocks:    

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