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

Add -Wsign-conversion to the list of common warning flags #2775

Open
wants to merge 11 commits into
base: devel
Choose a base branch
from

Conversation

Wmbat
Copy link

@Wmbat Wmbat commented Dec 6, 2023

Description

Fixes all implicit sign conversions and turns on -Wsign-conversion when building catch2. I usually tried to find a good solution to the warning instead of casting.

Ran all the tests on my machine and it seemed good to go

GitHub Issues

Related to #2583

@Wmbat Wmbat force-pushed the wmbat/fixing-implicit-conversions branch from 249b5f5 to f28ab91 Compare December 6, 2023 23:52
Copy link

codecov bot commented Dec 7, 2023

Codecov Report

Merging #2775 (f28ab91) into devel (0520ff4) will decrease coverage by 0.06%.
The diff coverage is 75.00%.

Additional details and impacted files
@@            Coverage Diff             @@
##            devel    #2775      +/-   ##
==========================================
- Coverage   91.45%   91.39%   -0.06%     
==========================================
  Files         194      194              
  Lines        8197     8196       -1     
==========================================
- Hits         7496     7490       -6     
- Misses        701      706       +5     

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.

None yet

1 participant