mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-10 19:56:47 +03:00
Merge pull request #2764 from radarhere/warning
Fix expression result unused warning
This commit is contained in:
commit
bcb50636e5
|
@ -73,7 +73,7 @@ ImagingSplit(Imaging imIn, Imaging bands[4])
|
|||
|
||||
/* Check arguments */
|
||||
if (!imIn || imIn->type != IMAGING_TYPE_UINT8) {
|
||||
(Imaging) ImagingError_ModeError();
|
||||
(void) ImagingError_ModeError();
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user