Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork33.3k
gh-112301: fix compiler warning about a possible use of an uninitialized variable#112308
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:main
Are you sure you want to change the base?
gh-112301: fix compiler warning about a possible use of an uninitialized variable#112308
Uh oh!
There was an error while loading.Please reload this page.
Conversation
ghost commentedNov 22, 2023 • edited by ghost
Loading Uh oh!
There was an error while loading.Please reload this page.
edited by ghost
Uh oh!
There was an error while loading.Please reload this page.
Most changes to Pythonrequire a NEWS entry. Add one using theblurb_it web app or theblurb command-line tool. If this change has little impact on Python users, wait for a maintainer to apply the |
Should we be adding the |
Alternatively, should we be adding |
Uh oh!
There was an error while loading.Please reload this page.
In#112301,@mdboom posted a proposal for adding some recommended compiler flags.
This PR addresses a single class of warnings (-Wmaybe-uninitialized) that may crop up if we were to switch to the "hardened" build command.
Specific build error: