-
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
Reduce warnings due to calling conventions #555
Reduce warnings due to calling conventions #555
Conversation
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.
I don't get the code changes introduced by this PR, but I played a few games (pilots and titans) with no problem.
@ASpoonPlaysGames what would be a good way to test this? Just play the game and hope everything works? ^^" |
Pretty much, yeah |
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.
PR just removes calling convention from a bunch of places, which is fine.
Does indeed get the build warnings down to 6.
Tested a bit on the Crazy Gungame server and it worked without a problem.
Merging based on previous reviews. |
Removes
C4229 "anachronism used: modifiers on data are ignored"
warningsReduces warning count from 82 to 6
Testing:
Literally just play the game for a bit, load some mods, see if you notice any new crashes?