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

Re-implement a compiler warning workaround #14687

Merged
merged 1 commit into from Jan 17, 2023

Conversation

drwells
Copy link
Member

@drwells drwells commented Jan 16, 2023

Follow-up to #14680.

@drwells
Copy link
Member Author

drwells commented Jan 16, 2023

/rebuild

Comment on lines +5721 to +5722
const unsigned int n_lines = std::min(hex->n_lines(), 12u);
for (unsigned int l = 0; l < n_lines; ++l)
Copy link
Member

Choose a reason for hiding this comment

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

@kronbichler What do you think? This was what you said last year: #14263 (comment)

Copy link
Member

@kronbichler kronbichler left a comment

Choose a reason for hiding this comment

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

I guess this is the best option here. Thank you.

@peterrum peterrum merged commit 73c3085 into dealii:master Jan 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants