-
Notifications
You must be signed in to change notification settings - Fork 468
CDRIVER-4596 Reducing Warnings - MSVC and MinGW Warnings in libbson #1221
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
Merged
Merged
Changes from 18 commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
1711bed
bson-check-depth.c: address C4018 signedness mismatch warnings
eramongodb 2b24521
bson-decimal128.c: address C4018 signedness mismatch warnings
eramongodb 3e3d494
bson-decimal128.c: address C4267 size_t conversion warnings
eramongodb ea1d539
bson-iter.c: address C4267 size_t conversion warnings
eramongodb e5d82c7
bson-json.c: address C4018 signedness mismatch warnings
eramongodb 01eff66
bson-json.c: address C4267 size_t conversion warnings
eramongodb 825c2dd
bson-json.c: address C4146 unsigned unary negation warnings
eramongodb 4296e45
bson-metrics.c: address C4244 narrowing conversion warnings
eramongodb 3a970f4
bson-timegm.c: address C4028 parameter inconsistency warnings
eramongodb 515adc6
bson-timegm.c: address C4244 narrowing conversion warnings
eramongodb 51c7295
bson.c: address C4018 signedness mismatch warnings
eramongodb 93e0999
test-b64.c: address C4267 size_t conversion warnings
eramongodb a4d808f
test-iso8601.c: address C4267 size_t conversion warnings
eramongodb 151a9ee
test-json.c: address C4244 narrowing conversion warnings
eramongodb 872d53d
test-json.c: address C4267 size_t conversion warnings
eramongodb 8caabb7
bson-memory.c: address -Wunused-result warnings
eramongodb bba1e86
mongoc-util.c: address scan-build unix.cstring.NullArg warnings
eramongodb a5d295b
Disable C4756 when compiling with VS 2013 or older
eramongodb 8ef6a84
Remove obsolete checks for INFINITY and NAN
eramongodb 591e498
bson-timegm.c: remove use of register for parameters and variables
eramongodb 02e819a
Format bson-timegm.c
eramongodb 0267a32
Format mongoc-util.c
eramongodb ad9a023
Fix order of parameters in casts
eramongodb File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.