acbTest.c
22.7 KB
-
casts: add casts for unsigned -> signed int · 3f9b4659
When compiling on Darwin ARM64 hardware using the Conda clang compiler, compilation fails due to these casts going from `unsigned` to `int`. In these cases, a cast appears to be the correct approach. Add a cast to make the compiler happy. Signed-off-by: Sean Cross <sean@xobs.io>
Sean Cross committed