../shared/image-loader.c:184:14: runtime error: left shift of 255 by 24 places cannot be represented in type 'int' Store each channel in a uint32_t instead of a byte so we compute the shift over an unsigned type.dev
parent
3c3f3b1cc3
commit
ad0fe6b6f9
Loading…
Reference in new issue