mirror of
https://github.com/micropython/micropython.git
synced 2025-09-05 17:30:41 +02:00
These were found by buiding the unix coverage variant on macOS (so clang compiler). Mostly, these are fixing implicit cast of float/double to mp_float_t which is one of those two and one mp_int_t to size_t fix for good measure.