Skip to content

Conversation

@AiraYumi
Copy link
Contributor

@AiraYumi AiraYumi commented Apr 3, 2024

By combining with pull request #1099, you can build a linux build in a gcc 13 environment.
Probably still needs modification to build with gcc 11 or 12.

list(APPEND GCC_WARNINGS -Wno-reorder -Wno-non-virtual-dtor )

if(LINUX)
list(APPEND GCC_WARNINGS -Wno-maybe-uninitialized -Wno-misleading-indentation -Wno-stringop-truncation -Wno-unused-value )
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Most of those are not needed and will be fixed in PR 1099

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thank you!

@Nicky-D
Copy link
Contributor

Nicky-D commented Apr 3, 2024

I merged this changes into PR 1099

@AiraYumi
Copy link
Contributor Author

AiraYumi commented Apr 3, 2024

Thank you.
This PR is no longer needed and will be closed.

@AiraYumi AiraYumi closed this Apr 3, 2024
@github-actions github-actions bot locked and limited conversation to collaborators Apr 3, 2024
@AiraYumi AiraYumi deleted the feature/maint-b branch April 4, 2024 00:43
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants