diff options
author | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2016-10-26 13:45:03 +0300 |
---|---|---|
committer | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2016-10-26 13:45:03 +0300 |
commit | 6832cbd69d04db1703b8b17939d8cd894aea4c68 (patch) | |
tree | f1463b6658bc3245aa477215a80f7b73ace67d18 /lib/utils/pyexec.h | |
parent | c38ea32810f2b8b55c1585a3022902c359f84d6e (diff) | |
download | micropython-6832cbd69d04db1703b8b17939d8cd894aea4c68.tar.gz micropython-6832cbd69d04db1703b8b17939d8cd894aea4c68.zip |
lib/utils/pyexec: Fix compilation warning of type vs format mismatch.
This happens with some compilers on some architectures, which don't define
size_t as unsigned int. MicroPython's printf() dooesn't support obscure
format specifiers for size_t, so the obvious choice is to explicitly cast
to unsigned, to match %u used in printf().
Diffstat (limited to 'lib/utils/pyexec.h')
0 files changed, 0 insertions, 0 deletions