-
Notifications
You must be signed in to change notification settings - Fork 27
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 or silence compiler warnings #243
Labels
enhancement
New feature or request
Comments
SamVanheer
referenced
this issue
in twhl-community/halflife-updated
Nov 28, 2021
SamVanheer
referenced
this issue
in twhl-community/halflife-updated
Nov 28, 2021
Fix uninitialized variable warnings in Vector2D Resolves #92 #91
SamVanheer
referenced
this issue
in twhl-community/halflife-updated
Nov 28, 2021
SamVanheer
referenced
this issue
in twhl-community/halflife-updated
Nov 28, 2021
SamVanheer
referenced
this issue
in twhl-community/halflife-updated
Nov 28, 2021
SamVanheer
referenced
this issue
in twhl-community/halflife-updated
Nov 29, 2021
…e a bit Resolves #94 #91
SamVanheer
referenced
this issue
in twhl-community/halflife-updated
Nov 29, 2021
SamVanheer
referenced
this issue
in twhl-community/halflife-updated
Nov 29, 2021
SamVanheer
referenced
this issue
in twhl-community/halflife-updated
Nov 30, 2021
SamVanheer
added a commit
that referenced
this issue
Jan 21, 2022
SamVanheer
added a commit
that referenced
this issue
May 3, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Fix or silence compiler warnings. There are quite a number of them, though many are not relevant at this time.
Ideally no warnings should be silenced, but fixing all warnings is difficult since some of them require changes in how things are used, like enum class not supporting
operator|
by default.In the short term warnings pertaining to buggy code should be fixed, other warnings should be fixed if it's simple enough, others should be silenced.
The text was updated successfully, but these errors were encountered: