@hungryforcodes there is few not critical (i think so) warnings about declaration variables.
libs/network/esp8266/network_esp8266.c: In function 'esp8266_dumpSocketData':
libs/network/esp8266/network_esp8266.c:198:9: warning: variable 'stateMsg' set but not used [-Wunused-but-set-variable]
char *stateMsg;
^
libs/network/esp8266/network_esp8266.c:182:9: warning: variable 'creationTypeMsg' set but not used [-Wunused-but-set-variable]
char *creationTypeMsg;
^
and this
libs/network/esp8266/network_esp8266.c: At top level:
cc1: warning: unrecognized command line option "-Wno-float-conversion" [enabled by default]
cc1: warning: unrecognized command line option "-Wno-discarded-qualifiers" [enabled by default]
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
@hungryforcodes there is few not critical (i think so) warnings about declaration variables.
and this