spatialdude / usqlite

μSQLite library module for MicroPython
MIT License
87 stars 18 forks source link

gcc version 8.3.0 (Debian 8.3.0-6) #7

Open AiPacino opened 2 years ago

AiPacino commented 2 years ago

error: unknown option after '#pragma GCC diagnostic' kind [-Werror=pragmas]

pragma GCC diagnostic ignored "-Wfloat-conversion"

spatialdude commented 1 year ago

@AiPacino If you are using older versions of GCC, you may need to modify/remove the errors supported by your version in usqlite.c https://github.com/spatialdude/usqlite/blob/2c91f8fdf2c1eba681029214196ab56beb6babba/usqlite.c#L38