-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
Provided tests fail to compile #1205
Comments
It seems due to some new warnings from some new compilers. |
Current GCC 8, x86-64. |
Ping |
Any chance of getting this fixed? |
This is still present in a091035, are you guys looking into that? |
I haven't setup the environment for this. Can you make a PR? |
#1244 there you go |
To be removed once Tencent/rapidjson#1205 is fixed
To be removed once Tencent/rapidjson#1205 is fixed
… another 3 weeks passed. @miloyip when are you going to fix this? |
Is this a duplicate of #1086? |
Partially it is. This issue mentions some more warnings than #1086, as found with GCC8. |
Recent GCC versions warn about using memcpy/memmove to write to a class pointer (-Wclass-memaccess). Avoid the warnings by casting to void* first. Closes Tencent#1086. Closes Tencent#1205. Closes Tencent#1246.
Recent GCC versions warn about using memcpy/memmove to write to a class pointer (-Wclass-memaccess). Avoid the warnings by casting to void* first. Closes Tencent#1086. Closes Tencent#1205. Closes Tencent#1246.
fixed: git clone the latest, inteading of downloading in the release url. |
At f0177eb some of the provided tests enabled by default fail to compile.
The text was updated successfully, but these errors were encountered: