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

MSVC: suppress warning 4146 #64

Merged
merged 1 commit into from
Nov 1, 2023
Merged

Conversation

matbech
Copy link
Contributor

@matbech matbech commented May 21, 2022

suppress this warning
warning C4146: unary minus operator applied to unsigned type, result still unsigned

suppress this warning
warning C4146: unary minus operator applied to unsigned type, result still unsigned
@codecov
Copy link

codecov bot commented May 21, 2022

Codecov Report

Merging #64 (442c2d2) into master (72a4bab) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master      #64   +/-   ##
=======================================
  Coverage   85.10%   85.10%           
=======================================
  Files          44       44           
  Lines        3960     3960           
=======================================
  Hits         3370     3370           
  Misses        590      590           
Impacted Files Coverage Δ
src/reader_int.cpp 90.83% <ø> (ø)

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 72a4bab...442c2d2. Read the comment docs.

@eliaskosunen eliaskosunen merged commit 9e66662 into eliaskosunen:master Nov 1, 2023
@eliaskosunen
Copy link
Owner

Looks good, merged!

@matbech matbech deleted the patch-3 branch November 1, 2023 22:53
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