Skip to content
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

Open
SamVanheer opened this issue Nov 28, 2021 · 0 comments
Open

Fix or silence compiler warnings #243

SamVanheer opened this issue Nov 28, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@SamVanheer
Copy link
Collaborator

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.

@SamVanheer SamVanheer self-assigned this 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
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
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 SamVanheer transferred this issue from twhl-community/halflife-updated Dec 26, 2021
@SamVanheer SamVanheer added the enhancement New feature or request label Dec 26, 2021
@SamVanheer SamVanheer added this to To do in Upgrades via automation Dec 26, 2021
@SamVanheer SamVanheer added this to To do in Code cleanup Jun 1, 2022
@SamVanheer SamVanheer removed this from To do in Upgrades Jun 1, 2022
@SamVanheer SamVanheer moved this from To do to In progress in Code cleanup Jun 1, 2022
@SamVanheer SamVanheer added this to In progress in Potential Upgrades Jun 17, 2023
@SamVanheer SamVanheer removed this from In progress in Code cleanup Jun 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Development

No branches or pull requests

1 participant