Browse Source
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.pull/4121/merge
stijn
6 years ago
committed by
Damien George
2 changed files with 2 additions and 2 deletions
Loading…
Reference in new issue