esp32_arduino_sqlite3_lib
esp32_arduino_sqlite3_lib copied to clipboard
Compile Error on compiler warnings "All"
I compiled sketch by Arduino IDE 1 and 2, compile process is stoped by error. and I found when IDE preferences > "Compiler warnings" set to "All", it is occurred.
Error is "unused variable" e.g. esp32.cpp:164:9: error: unused variable 'ofst'
esp32.cpp and unishox1.c has several same error. If it is possible, please eliminate unused variable.
Thanks.