diff options
author | stijn <stijn@ignitron.net> | 2024-07-22 13:41:02 +0200 |
---|---|---|
committer | Damien George <damien@micropython.org> | 2024-07-25 12:55:23 +1000 |
commit | 07bf3179f6d51a0e80fc48f06490f4e4d0d8488d (patch) | |
tree | f3d3c186c6452d41ad19c14b3fbbb61779ea85f9 /tests/basics/subclass_classmethod.py | |
parent | 093d0c0a17751c11c24f82594bb8208ca1ea9744 (diff) |
py/misc: Fix msvc and C++ compatibility.
Use explicit casts to suppress warnings about implicit conversions, add a
workaround for constant expression conditional, and make functions static
inline (as is done in the rest of the codebase) to suppress 'warning C4505:
unreferenced function with internal linkage has been removed'.
(Follow up to fix commit 908ab1ceca15ee6fd0ef82ca4cba770a3ec41894)
Signed-off-by: stijn <stijn@ignitron.net>
Diffstat (limited to 'tests/basics/subclass_classmethod.py')
0 files changed, 0 insertions, 0 deletions