circuitpython/ports/unix/variants/coverage
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
..
mpconfigvariant.h unix: Enable uasyncio C helper module on coverage build. 2020-03-26 01:25:45 +11:00
mpconfigvariant.mk all: Enable extra conversion warnings where applicable. 2020-04-18 22:42:28 +10:00