diff options
author | Damien George <damien.p.george@gmail.com> | 2017-02-08 10:48:51 +1100 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2017-02-08 10:48:51 +1100 |
commit | a25aa2bcc3348349d8b1deb8fcdd80b3f10d0550 (patch) | |
tree | 22c5c6dbf4faa99a4ab484c0db21cad4272459f1 /esp8266/modules/websocket_helper.py | |
parent | 21f08524baf11e62384814b7cb8fcd2b5a8998fb (diff) | |
download | micropython-a25aa2bcc3348349d8b1deb8fcdd80b3f10d0550.tar.gz micropython-a25aa2bcc3348349d8b1deb8fcdd80b3f10d0550.zip |
py/asmxtensa.h: Explicitly cast args to 32-bits so left-shift is legal.
For archs that have 16-bit pointers, the asmxtensa.h file can give compiler
warnings about left-shift being greater than the width of the type (due to
the inline functions in this header file). Explicitly casting the
constants to uint32_t stops these warnings.
Diffstat (limited to 'esp8266/modules/websocket_helper.py')
0 files changed, 0 insertions, 0 deletions