jwhiddon / EDB

A re-implementation of the Arduino database library to allow more than 256 records
GNU Lesser General Public License v2.1
89 stars 43 forks source link

Warning C++ forbids converting a string constant to 'char* building SPIFFS demo #32

Open Bob2345de opened 6 years ago

Bob2345de commented 6 years ago

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!