micropython/ports
stijn 30840ebc99 all: Enable extra conversion warnings where applicable.
Add -Wdouble-promotion and -Wfloat-conversion for most ports to ban out
implicit floating point conversions, and add extra Travis builds using
MICROPY_FLOAT_IMPL_FLOAT to uncover warnings which weren't found
previously.  For the unix port -Wsign-comparison is added as well but only
there since only clang supports this but gcc doesn't.
2020-04-18 22:42:28 +10:00
..
bare-arm ports: Enable error text compression for various ports, but not all. 2020-04-05 15:02:06 +10:00
cc3200 ports: Enable error text compression for various ports, but not all. 2020-04-05 15:02:06 +10:00
esp32 all: Enable extra conversion warnings where applicable. 2020-04-18 22:42:28 +10:00
esp8266 ports: Enable error text compression for various ports, but not all. 2020-04-05 15:02:06 +10:00
javascript all: Enable extra conversion warnings where applicable. 2020-04-18 22:42:28 +10:00
mimxrt all: Enable extra conversion warnings where applicable. 2020-04-18 22:42:28 +10:00
minimal all: Enable extra conversion warnings where applicable. 2020-04-18 22:42:28 +10:00
nrf all: Clean up error strings to use lowercase and change cannot to can't. 2020-04-13 22:19:37 +10:00
pic16bit all: Use MP_ERROR_TEXT for all error messages. 2020-04-05 15:02:06 +10:00
powerpc all: Enable extra conversion warnings where applicable. 2020-04-18 22:42:28 +10:00
qemu-arm all: Enable extra conversion warnings where applicable. 2020-04-18 22:42:28 +10:00
samd all: Remove spaces inside and around parenthesis. 2020-03-28 23:36:44 +11:00
stm32 all: Enable extra conversion warnings where applicable. 2020-04-18 22:42:28 +10:00
teensy ports: Enable error text compression for various ports, but not all. 2020-04-05 15:02:06 +10:00
unix all: Enable extra conversion warnings where applicable. 2020-04-18 22:42:28 +10:00
windows all: Enable extra conversion warnings where applicable. 2020-04-18 22:42:28 +10:00
zephyr all: Use MP_ERROR_TEXT for all error messages. 2020-04-05 15:02:06 +10:00