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 msvc warnings #121

Merged
merged 7 commits into from
Feb 9, 2023
Merged

Fix msvc warnings #121

merged 7 commits into from
Feb 9, 2023

Conversation

tzaeschke
Copy link
Owner

Fix msvc warnings

@tzaeschke tzaeschke self-assigned this Feb 9, 2023
@codecov-commenter
Copy link

Codecov Report

Merging #121 (1a8676c) into main (d3d98f6) will increase coverage by 0.00%.
The diff coverage is 100.00%.

📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

@@           Coverage Diff           @@
##             main     #121   +/-   ##
=======================================
  Coverage   98.29%   98.29%           
=======================================
  Files          25       25           
  Lines        1998     1999    +1     
=======================================
+ Hits         1964     1965    +1     
  Misses         34       34           
Impacted Files Coverage Δ
include/phtree/common/b_plus_tree_hash_map.h 98.37% <100.00%> (ø)
include/phtree/common/b_plus_tree_map.h 98.07% <100.00%> (ø)
include/phtree/common/common.h 100.00% <100.00%> (ø)
include/phtree/common/flat_array_map.h 98.98% <100.00%> (+0.01%) ⬆️
include/phtree/common/flat_sparse_map.h 97.82% <100.00%> (ø)
include/phtree/v16/node.h 100.00% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@tzaeschke tzaeschke merged commit 20917cc into main Feb 9, 2023
@tzaeschke tzaeschke linked an issue Feb 9, 2023 that may be closed by this pull request
@tzaeschke tzaeschke deleted the fix/120-fix-MSVC-warnings branch February 9, 2023 18:40
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.

Fix windows warnings
2 participants