8000 fix: disable language-extension-token warning by DeveloperPaul123 · Pull Request #266 · qcoro/qcoro · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

fix: disable language-extension-token warning #266

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

Merged
merged 1 commit into from
Feb 25, 2025

Conversation

DeveloperPaul123
Copy link
Contributor

This warning breaks downstream builds because of how QCoro sets the compiler flags. A better solution would be for QCoro to set compiler flags using the target_compile_options() function for unit testing targets.

Resolves #265

This warning breaks downstream builds because of how QCoro sets the compiler flags. A better solution would be for QCoro to set compiler flags using the `target_compile_options()` function for unit testing targets.
Copy link
Collaborator
@danvratil danvratil left a comment

Choose a reason for hiding this comment

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

Thanks for the fix, Paul. Sorry I did not get back to you sooner.

Good point with setting the flags only for the tests, I'll address that separately.

@danvratil danvratil merged commit 980417e into qcoro:main Feb 25, 2025
42 checks passed
@DeveloperPaul123 DeveloperPaul123 deleted the PT/fix-build-flags branch February 25, 2025 21:44
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.

Building with Clang on Windows Results in a Build Error
2 participants
0