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

Ignore C++98 related compiler warnings #2838

Merged
merged 1 commit into from
Mar 12, 2024
Merged

Ignore C++98 related compiler warnings #2838

merged 1 commit into from
Mar 12, 2024

Conversation

ChrisThrasher
Copy link
Collaborator

Description

Catch2 has long since required a standard newer than C++98 so we can safely ignore any warnings related to such old standards.

Catch2 has long since required a standard newer than C++98 so we
can safely ignore any warnings related to such old standards.
Copy link

codecov bot commented Mar 12, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 91.17%. Comparing base (459ac85) to head (20d3f19).
Report is 2 commits behind head on devel.

Additional details and impacted files
@@           Coverage Diff           @@
##            devel    #2838   +/-   ##
=======================================
  Coverage   91.17%   91.17%           
=======================================
  Files         197      197           
  Lines        8379     8379           
=======================================
  Hits         7639     7639           
  Misses        740      740           

@horenmar horenmar merged commit 88f4ec3 into devel Mar 12, 2024
144 checks passed
@ChrisThrasher ChrisThrasher deleted the no-c++98compat branch March 12, 2024 21:56
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

2 participants