mirror of
https://github.com/micropython/micropython.git
synced 2026-01-07 12:40:15 +01: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.