Move variable declaration inside define by radarhere · Pull Request #9525 · python-pillow/Pillow
Navigation Menu
{{ message }}
python-pillow / Pillow Public
- Notifications You must be signed in to change notification settings
- Fork 2.4k
Merged
Move variable declaration inside define#9525
hugovk merged 1 commit intopython-pillow:mainfrom
Move variable declaration inside define#9525
hugovk merged 1 commit intopython-pillow:mainfrom
Conversation
Copy link Copy Markdown
Member
radarhere
commented
Mar 31, 2026
radarhere
commented
Sequel to #9492
The i variable added in that PR is only used within #if defined _WIN32 && !defined _WIN64. This can lead to warning: unused variable 'i' on other platforms.
hugovk
added
the
Cleanup
label
radarhere
deleted the
paste
branch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment