Open themissingcow opened 8 months ago
Building IECoreScene on an architecture with an unsigned char type results in a warning-as-errors compile failure for:
IECoreScene
char
https://github.com/ImageEngine/cortex/blob/866905609dbf0023dce5a8a3bdcfed3126906576/src/IECoreScene/Font.cpp#L525
(sorry I don't have the log output to hand just now, will re-build when I get a chance)
aarch64
Description
Building
IECoreScene
on an architecture with an unsignedchar
type results in a warning-as-errors compile failure for:https://github.com/ImageEngine/cortex/blob/866905609dbf0023dce5a8a3bdcfed3126906576/src/IECoreScene/Font.cpp#L525
(sorry I don't have the log output to hand just now, will re-build when I get a chance)
Steps to Reproduce
aarch64
. (Apple M2)