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

Fix msvc17 warnings #1306

Merged
merged 3 commits into from
Jan 13, 2024

Fix warnings detected with msvc17, mainly cast issues

137454d
Select commit
Loading
Failed to load commit list.
Merged

Fix msvc17 warnings #1306

Fix warnings detected with msvc17, mainly cast issues
137454d
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 12, 2024 in 0s

53.60% (+0.00%) compared to d8e831c

View this Pull Request on Codecov

53.60% (+0.00%) compared to d8e831c

Details

Codecov Report

Attention: 4 lines in your changes are missing coverage. Please review.

Comparison is base (d8e831c) 53.60% compared to head (137454d) 53.60%.
Report is 6 commits behind head on master.

Files Patch % Lines
modules/imgproc/src/vpCircleHoughTransform.cpp 0.00% 2 Missing ⚠️
modules/core/include/visp3/core/vpImageFilter.h 0.00% 1 Missing ⚠️
modules/core/src/image/vpImageFilter.cpp 0.00% 1 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1306   +/-   ##
=======================================
  Coverage   53.60%   53.60%           
=======================================
  Files         399      399           
  Lines       50510    50509    -1     
=======================================
+ Hits        27075    27077    +2     
+ Misses      23435    23432    -3     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.