diff options
author | stijn <stijn@ignitron.net> | 2018-09-24 11:57:14 +0200 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2018-09-26 15:34:59 +1000 |
commit | 57a7d5be9ae3d367982c0f25b9f0215f58029faa (patch) | |
tree | 07340553e3388adfd134227e4fcc7c3d75cd7dc6 /py/modmicropython.c | |
parent | 8181ec04a45826ac33ea3247fbc36bef98236123 (diff) | |
download | micropython-57a7d5be9ae3d367982c0f25b9f0215f58029faa.tar.gz micropython-57a7d5be9ae3d367982c0f25b9f0215f58029faa.zip |
py: Fix msvc C++ compiler warnings with MP_OBJ_FUN_MAKE_SIG macro.
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.
Diffstat (limited to 'py/modmicropython.c')
0 files changed, 0 insertions, 0 deletions