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

Add new warning suppression for test_em_asm_c89 #21583

Merged
merged 2 commits into from
Mar 22, 2024

Conversation

dschuff
Copy link
Member

@dschuff dschuff commented Mar 21, 2024

New versions of clang issue a new warning for this case:
error: passing no argument for the '...' parameter of a variadic macro is a C23 extension [-Werror,-Wc23-extensions]
Only -Wno-c32-extensions is needed on the new version, but for now use both to work with older and newer clang versions.

New versions of clang issue a new warning for this case:
error: passing no argument for the '...' parameter of a variadic macro is a C23 extension [-Werror,-Wc23-extensions]
Only -Wno-c32-extensions is needed on the new version, but for now use both to
work with older and newer clang versions.
@dschuff dschuff requested a review from sbc100 March 21, 2024 18:12
@dschuff dschuff enabled auto-merge (squash) March 21, 2024 19:44
@dschuff
Copy link
Member Author

dschuff commented Mar 22, 2024

@sbc100 ping

@dschuff dschuff merged commit ecdca7b into emscripten-core:main Mar 22, 2024
29 checks passed
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.

None yet

2 participants