Skip to content

Compiler warnings in Modules/_xxinterpqueuesmodule.c #113172

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

Closed
serhiy-storchaka opened this issue Dec 15, 2023 · 0 comments
Closed

Compiler warnings in Modules/_xxinterpqueuesmodule.c #113172

serhiy-storchaka opened this issue Dec 15, 2023 · 0 comments

Comments

@serhiy-storchaka
Copy link
Member

serhiy-storchaka commented Dec 15, 2023

In every old PR I get warnings in Modules/_xxinterpqueuesmodule.c. For example: https://github.com/python/cpython/pull/92635/files

"unused variable ‘name’ [-Wunused-variable]" for line 239.
https://github.com/python/cpython/pull/92635/files#file-modules-_xxinterpqueuesmodule-c-L239

"‘is_full’ may be used uninitialized in this function [-Wmaybe-uninitialized]" for line 1513.
https://github.com/python/cpython/pull/92635/files#file-modules-_xxinterpqueuesmodule-c-L1513

Linked PRs

serhiy-storchaka added a commit that referenced this issue Dec 15, 2023
…H-113173)

Fix compiler waarnings in Modules/_xxinterpqueuesmodule.c
corona10 pushed a commit to corona10/cpython that referenced this issue Dec 15, 2023
…le.c (pythonGH-113173)

Fix compiler waarnings in Modules/_xxinterpqueuesmodule.c
aisk pushed a commit to aisk/cpython that referenced this issue Feb 11, 2024
…le.c (pythonGH-113173)

Fix compiler waarnings in Modules/_xxinterpqueuesmodule.c
Glyphack pushed a commit to Glyphack/cpython that referenced this issue Sep 2, 2024
…le.c (pythonGH-113173)

Fix compiler waarnings in Modules/_xxinterpqueuesmodule.c
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant