-
Notifications
You must be signed in to change notification settings - Fork 124
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
Compiler Warnings #645
Draft
ASpoonPlaysGames
wants to merge
31
commits into
R2Northstar:main
Choose a base branch
from
ASpoonPlaysGames:warnings
base: main
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.
Draft
Compiler Warnings #645
Changes from all commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
3523755
compile launcher with W4
ASpoonPlaysGames a903638
fix C4267 in main.cpp
ASpoonPlaysGames 58d9c6e
fix C4706
ASpoonPlaysGames 62d5556
disable 4273 because idk how to fix it
ASpoonPlaysGames 497f967
remove unimplemented function
ASpoonPlaysGames afcba0d
compile Northstar with W4
ASpoonPlaysGames 8fe9fc7
fix C4267
ASpoonPlaysGames 0470021
fix C4100
ASpoonPlaysGames 4e0f621
compile wsock with W4
ASpoonPlaysGames f2a7971
fix C4267
ASpoonPlaysGames 67a724a
suppress C4565
ASpoonPlaysGames a6b5ed6
fix C4201
ASpoonPlaysGames dd5fe6a
fix C5054 (preport change from https://github.com/Tencent/rapidjson/p…
ASpoonPlaysGames b7fabf9
fix C4245
ASpoonPlaysGames c65a5df
fix various warnings
ASpoonPlaysGames 6d80d16
fix some C4706
ASpoonPlaysGames b66a36e
fix more stuff
ASpoonPlaysGames 184d48a
a bit more stuff
ASpoonPlaysGames 25ecd83
Merge branch 'R2Northstar:main' into warnings
ASpoonPlaysGames 19505fd
suppress warnings in the cpp as well as the h
ASpoonPlaysGames 687690c
fix C4099 in Rapidjson. Preports the following:
ASpoonPlaysGames 9b5f24a
i forgot to commit things
ASpoonPlaysGames 3cf4c53
why are there so many
ASpoonPlaysGames 39d2fc2
formatting
ASpoonPlaysGames 7004c7c
formatting
ASpoonPlaysGames cf96257
i literally didnt change this what the hell
ASpoonPlaysGames 9fc9ed3
wait is this all of them, did i do it?
ASpoonPlaysGames d33639d
Merge branch 'main' into warnings
ASpoonPlaysGames 88d62dc
Merge branch 'main' into warnings
ASpoonPlaysGames ba14192
fix conflicts
ASpoonPlaysGames 0b67ecc
again
ASpoonPlaysGames 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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.
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.
Please do not make warnings fatal by default.
what is and isn't a warning can change a lot between compiler versions causing phantom errors that only appear in the CI but not locally or the other way around.
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.
honestly i dont think this PR is ever gonna get merged, since it should really get split up into a bunch more PRs, so I think that it's ok to have fatal warnings on this branch specifically, so that it sort of "proves" that i didnt miss any.