-
Notifications
You must be signed in to change notification settings - Fork 43
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
'parse_flags' redefinition ; different storage class #48
Comments
Hi @mikelaltadi. I'm not sure. Can you paste the entire error? |
After this change I get linking errors with GCC 9 and 10 (I haven't checked other versions). I'm testing it on Ubuntu 20.04.
|
wojdyr
added a commit
to wojdyr/sajson
that referenced
this issue
Apr 8, 2021
…gs." This reverts commit 55b448b. That change was for chadaustin#48, but it broke compilation with recent GCC.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello Im trying to compile with visual studio 2015 and this error appears:
'parse_flags' redefinition ; different storage class
This is located in sajson.h line 152 constexpr uint8_t globals_struct::parse_flags[256] = {
Any idea?
The text was updated successfully, but these errors were encountered: