When comiling with PlatformIO there are several warnings like the following.
C:\Users\cwempe\.platformio\packages\framework-arduinoespressif8266\libraries\SoftwareSerial\SoftwareSerial.cpp: In member function 'void SoftwareSerial::rxRead()':
C:\Users\cwempe\.platformio\packages\framework-arduinoespressif8266\libraries\SoftwareSerial\SoftwareSerial.cpp:219:16: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
if (next != m_outPos) {
^
.piolibdeps\Nextion_ID37\NexPage.cpp: In member function 'bool NexPage::show()':
.piolibdeps\Nextion_ID37\NexPage.cpp:25:13: warning: unused variable 'buffer' [-Wunused-variable]
uint8_t buffer[4] = {0};
^
When comiling with PlatformIO there are several warnings like the following.