Skip to content

fix: disable language-extension-token warning#266

Merged
danvratil merged 1 commit intoqcoro:mainfrom
ptsouchlos:PT/fix-build-flags
Feb 25, 2025
Merged

fix: disable language-extension-token warning#266
danvratil merged 1 commit intoqcoro:mainfrom
ptsouchlos:PT/fix-build-flags

Conversation

@ptsouchlos
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
@ptsouchlos ptsouchlos 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