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

Silence false gcc warning #1381

Merged

Conversation

miscco
Copy link
Contributor

@miscco miscco commented Nov 17, 2023

gcc has a warning about potential compatibility issues with pre ISO C++ code. There is no danger in us compiling in that mode so silence this warning

@miscco miscco requested a review from a team as a code owner November 17, 2023 15:57
@miscco miscco requested review from rongou and bdice November 17, 2023 15:57
@github-actions github-actions bot added the cpp Pertains to C++ code label Nov 17, 2023
@miscco miscco added the improvement Improvement / enhancement to an existing function label Nov 17, 2023
gcc has a warning about potential compatibility issues with pre ISO C++ code. There is no danger in us compiling in that mode so silence this warning
@miscco miscco force-pushed the fix_non_template_friend_warning branch from 8fcd896 to 3fba6ec Compare November 17, 2023 16:04
@miscco miscco added the non-breaking Non-breaking change label Nov 17, 2023
Copy link
Contributor

@vyasr vyasr left a comment

Choose a reason for hiding this comment

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

LGTM

@vyasr
Copy link
Contributor

vyasr commented Nov 17, 2023

/merge

@rapids-bot rapids-bot bot merged commit 682e2f3 into rapidsai:branch-23.12 Nov 17, 2023
47 checks passed
@miscco miscco deleted the fix_non_template_friend_warning branch February 2, 2024 08:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cpp Pertains to C++ code improvement Improvement / enhancement to an existing function non-breaking Non-breaking change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants