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 some "signed shift" warnings #2271

Merged
merged 1 commit into from
Jul 7, 2022

Conversation

kevinbackhouse
Copy link
Collaborator

Fix some more "signed shift" warnings flagged by CodeQL. The previous batch was in #2266.

@kevinbackhouse kevinbackhouse added this to the v1.00 milestone Jul 6, 2022
@codecov
Copy link

codecov bot commented Jul 6, 2022

Codecov Report

Merging #2271 (7f673c7) into main (a5c521e) will not change coverage.
The diff coverage is 93.10%.

@@           Coverage Diff           @@
##             main    #2271   +/-   ##
=======================================
  Coverage   63.46%   63.46%           
=======================================
  Files         118      118           
  Lines       19598    19598           
  Branches     9556     9556           
=======================================
  Hits        12438    12438           
  Misses       5094     5094           
  Partials     2066     2066           
Impacted Files Coverage Δ
src/webpimage.cpp 42.66% <0.00%> (ø)
app/exiv2.cpp 62.55% <100.00%> (ø)
src/canonmn_int.cpp 71.55% <100.00%> (ø)
src/convert.cpp 51.40% <100.00%> (ø)
src/image.cpp 69.57% <100.00%> (ø)
src/nikonmn_int.cpp 57.10% <100.00%> (ø)
src/pentaxmn_int.cpp 71.49% <100.00%> (ø)
src/pngchunk_int.cpp 74.12% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update a5c521e...7f673c7. Read the comment docs.

@kevinbackhouse kevinbackhouse merged commit 118731d into Exiv2:main Jul 7, 2022
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.

2 participants