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 clang++ by using member variables #512

Merged
merged 2 commits into from
Jan 30, 2023

Conversation

eddelbuettel
Copy link
Contributor

When testing different C++ language standard settings under different compilers, it was seen that clang++ decides to complain about two unused member variable in a helper data structure so this PR adds a simple test accessor in order to give everybody peace and quiet. Even when using clang++.

No other new code.

@shortcut-integration
Copy link

This pull request has been linked to Shortcut Story #24938: Suppress a clang++ warning.

@eddelbuettel eddelbuettel merged commit 588e16b into master Jan 30, 2023
@eddelbuettel eddelbuettel deleted the de/sc-24938/silence_clang++ branch January 30, 2023 14:13
@eddelbuettel eddelbuettel mentioned this pull request Mar 13, 2023
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