usqlite icon indicating copy to clipboard operation
usqlite copied to clipboard

gcc version 8.3.0 (Debian 8.3.0-6)

Open AiPacino opened this issue 2 years ago • 1 comments

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

AiPacino avatar Feb 19 '22 17:02 AiPacino

@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

spatialdude avatar Jan 02 '23 06:01 spatialdude