esp32_arduino_sqlite3_lib icon indicating copy to clipboard operation
esp32_arduino_sqlite3_lib copied to clipboard

Compile Error on compiler warnings "All"

Open yagikjp opened this issue 1 year ago • 1 comments

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.

yagikjp avatar Mar 04 '24 10:03 yagikjp