Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gcc version 8.3.0 (Debian 8.3.0-6) #7

Open
AiPacino opened this issue Feb 19, 2022 · 1 comment
Open

gcc version 8.3.0 (Debian 8.3.0-6) #7

AiPacino opened this issue Feb 19, 2022 · 1 comment

Comments

@AiPacino
Copy link

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

@spatialdude
Copy link
Owner

@AiPacino If you are using older versions of GCC, you may need to modify/remove the errors supported by your version in usqlite.c

#pragma GCC diagnostic ignored "-Wfloat-conversion"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants