Total noob here, am getting a warning building the Extended Database Library + SPIFFS Flash FS Demo. The build does complete successfully, am wondering if there is any reason to expect issues with the db as a result?
C:/Users/ME/Documents/PlatformIO/Projects/Database/src/main.ino:51:17: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
Line 51: EDB db(&writer, &reader);
[env:esp32dev]
platform = espressif32
board = esp32dev
framework = Arduino
Thank you!