esp8266-oled-ssd1306-font-creator icon indicating copy to clipboard operation
esp8266-oled-ssd1306-font-creator copied to clipboard

Warnings on Arduino ide for ESP8266

Open sezeryalcin opened this issue 6 years ago • 0 comments

I am getting these warnings with fonts created by this tool. It does compile and seems to work but these errors should not be there.

sketch/font.h:458:1: warning: narrowing conversion of '285' from 'int' to 'const uint8_t {aka const unsigned char}' inside { } [-Wnarrowing] };

sketch/font.h:458:1: warning: large integer implicitly truncated to unsigned type [-Woverflow] sketch/font.h:458:1: warning: narrowing conversion of '270' from 'int' to 'const uint8_t {aka const unsigned char}' inside { } [-Wnarrowing] sketch/font.h:458:1: warning: large integer implicitly truncated to unsigned type [-Woverflow]

sezeryalcin avatar Mar 05 '19 13:03 sezeryalcin