Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(demangle): Suppresses c++ warnings on older GCCs #886

Merged
merged 1 commit into from
Jan 9, 2025

Conversation

Dav1dde
Copy link
Member

@Dav1dde Dav1dde commented Jan 9, 2025

Older GCC versions do not have -Wno-changes-meaning as a separate warning, but it is part of the permissive category.

Also removes the mac os min, it's not actually required as I thought before it was.

@Dav1dde Dav1dde force-pushed the dav1d/fix-demangle-build branch from a53ed9e to 3fa6035 Compare January 9, 2025 12:27
@Dav1dde Dav1dde self-assigned this Jan 9, 2025
@Dav1dde Dav1dde force-pushed the dav1d/fix-demangle-build branch from 3fa6035 to 05a5532 Compare January 9, 2025 12:41
@Dav1dde Dav1dde merged commit 181d9b3 into master Jan 9, 2025
14 checks passed
@Dav1dde Dav1dde deleted the dav1d/fix-demangle-build branch January 9, 2025 13:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants