Open edmund-huber opened 4 years ago
In 75da42ea71055f10437eb777e1f8bc6748309421 I started converting most uses of size_t to int32_t to match how Coord uses int32_t. I fixed enough to get gcc to stop complaining about signedness errors, but I stopped there. Consider finishing up?
size_t
int32_t
In 75da42ea71055f10437eb777e1f8bc6748309421 I started converting most uses of
size_t
toint32_t
to match how Coord usesint32_t
. I fixed enough to get gcc to stop complaining about signedness errors, but I stopped there. Consider finishing up?