Fixed sign comparison warning by radarhere · Pull Request #8294 · python-pillow/Pillow
Navigation Menu
{{ message }}
python-pillow / Pillow Public
- Notifications You must be signed in to change notification settings
- Fork 2.4k
Merged
hugovk merged 1 commit intopython-pillow:mainfrom
Aug 7, 2024Merged
Fixed sign comparison warning#8294
hugovk merged 1 commit intopython-pillow:mainfrom
Fixed sign comparison warning#8294
hugovk merged 1 commit intopython-pillow:mainfrom
Conversation
Copy link Copy Markdown
Member
radarhere
commented
Aug 7, 2024
radarhere
commented
https://github.com/python-pillow/Pillow/actions/runs/10280498668/job/28447977337#step:11:240
src/_imagingft.c:1246:23: warning: comparison of integers of different signs: 'int' and 'FT_UInt' (aka 'unsigned int') [-Wsign-compare]
for (int i = 0; i < num_namedstyles; i++) {
~ ^ ~~~~~~~~~~~~~~~
1 warning generated.
src/_imagingft.c:1246:23: warning: comparison of integers of different signs: 'int' and 'FT_UInt' (aka 'unsigned int') [-Wsign-compare]
for (int i = 0; i < num_namedstyles; i++) {
~ ^ ~~~~~~~~~~~~~~~
akx approved these changes Aug 7, 2024
hugovk
added
the
Cleanup
label
hugovk
merged commit
2e23dc5
into
python-pillow:main
radarhere
deleted the
warning
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