mirror of
https://github.com/micropython/micropython.git
synced 2026-01-07 20:50:14 +01:00
When obj.h is compiled as C++ code, the cl compiler emits a warning about possibly unsafe mixing of size_t and bool types in the or operation in MP_OBJ_FUN_MAKE_SIG. Similarly there's an implicit narrowing integer conversion in runtime.h. This commit fixes this by being explicit.
7.8 KiB
7.8 KiB