Skip to content

Conversation

@radarhere
Copy link
Member

After #7303 was merged, I noticed a warning.

https://github.com/python-pillow/Pillow/actions/runs/6430296173/job/17461014310#step:7:231

src/_imaging.c: In function ‘_putdata’:
src/_imaging.c:1578:21: warning: ‘bigendian’ may be used uninitialized in this function [-Wmaybe-uninitialized]
1578 | int bigendian;
| ^~~~~~~~~

@hugovk hugovk changed the title Fixed may be used uninitialized warning Fixed "may be used uninitialized" warning Oct 7, 2023
Co-authored-by: Alexander Karpinsky <homm86@gmail.com>
@hugovk hugovk merged commit 8e5570e into python-pillow:main Oct 13, 2023
@radarhere radarhere deleted the bgr branch October 13, 2023 23:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

3 participants