Skip to content

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

@Bob2345de

Description

@Bob2345de

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions