-
-
Notifications
You must be signed in to change notification settings - Fork 303
C4244 implicit sign-conversion #415
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
Open
JurgenLB
wants to merge
33
commits into
Thalhammer:master
Choose a base branch
from
JurgenLB:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+23
−21
Open
Changes from all commits
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
a29b1c9
Fix lcov line number mismatch for ClaimTest::AudienceAsString (#1)
Copilot 57396ec
Remove blank line
JurgenLB 631e7d8
Add concurrency to traits job
JurgenLB 078a86c
Additional spacing added to prevent geninfo line mismatch errors
JurgenLB 325fa0c
Fix concurrency group in traits workflow to prevent job cancellations
JurgenLB fe8f752
Merge branch 'Thalhammer:master' into master
JurgenLB 4256905
fix-msvc-type-trait-warnings
JurgenLB a90e807
Update jwt.h
JurgenLB 767219d
Apply clang-format
JurgenLB ccd177e
Update jwt.h
JurgenLB 2535d39
Fix formatting issues
JurgenLB c589c52
Fix formatting issues in jwt.h
JurgenLB 0a53ec3
format
JurgenLB 047b0ce
Update jwt.h
JurgenLB e54b768
Fix type casting for signature sizes
JurgenLB b8b8cfa
Merge branch 'master' of https://github.com/JurgenLB/jwt-cpp
JurgenLB 3a68764
Fix additional MSVC C4244 warnings
JurgenLB 69e5705
Clang Format
JurgenLB a0be8c3
Restore .gitignore
JurgenLB 3d406b6
Remove unsigned int casts in OpenSSL EVP calls (#4)
Copilot 8e84878
update clang
JurgenLB 0078545
Merge branch 'Thalhammer:master' into master
JurgenLB f78ea97
Fix MSVC C4244 warning
Copilot 228ce57
Merge branch 'Thalhammer:master' into master
JurgenLB 8bfc292
Fix C4244 warnings on Windows MSVC by casting signature sizes to unsi…
Copilot b55280b
Merge branch 'Thalhammer:master' into master
JurgenLB 801a906
fix: eliminate implicit conversion warnings in picojson.h INT64 get<d…
Copilot f9f87d5
C4244 implicit sign-conversion
JurgenLB 7e412b1
Merge branch 'Thalhammer:master' into master
JurgenLB 76c0930
Use auto for Variable declaration
JurgenLB 505d38e
Fix variable declaration for length
JurgenLB cae3337
Fix C4244: remove unnecessary int cast in HMAC data length argument (#9)
Copilot aa0d8ac
Refactor variable declaration to AUTO
JurgenLB 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
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.
This was just added in #405 😕
Without know what compiler flags are making these warnings, it's very difficult to verify what correction needs to be applied.
Please share how we can test this in out CI and validate these cahnges.
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.
sorry for the duplicate changes, I will look into this.
Kind Regards