micropython/ports
Damien George 746dbf78d3 py/py.mk: When building axtls use -Wno-all to prevent all warnings.
Building axtls gives a lot of warnings with -Wall enabled, and explicitly
disabling all of them cannot be done in a way compatible with gcc and
clang, and likely other compilers.  So just use -Wno-all to prevent all of
the extra warnings (in addition to the necessary -Wno-unused-parameter,
-Wno-uninitialized, -Wno-sign-compare and -Wno-old-style-definition).

Fixes issue #4182.
2018-10-27 23:53:08 +11:00
..
bare-arm py/objstr: Make str.count() method configurable. 2018-10-22 22:49:05 +11:00
cc3200
esp32
esp8266 py/py.mk: When building axtls use -Wno-all to prevent all warnings. 2018-10-27 23:53:08 +11:00
minimal py/objstr: Make str.count() method configurable. 2018-10-22 22:49:05 +11:00
nrf
pic16bit
qemu-arm
stm32
teensy
unix py/objmodule: Implement PEP 562's __getattr__ for modules. 2018-10-23 11:22:50 +11:00
windows
zephyr py/objstr: Make str.count() method configurable. 2018-10-22 22:49:05 +11:00