-
-
Notifications
You must be signed in to change notification settings - Fork 6.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
curl_easy_getinfo
type checking failed
#5432
Comments
Ack. Thanks for this report! |
Uh, why close it? |
bagder
added a commit
that referenced
this issue
May 20, 2020
Reported-by: Billyzou0741326 on github Fixes #5432
@Billyzou0741326 can you check if the fix in #5436 is fine for you? |
Yes, compiled successfully. Thank you! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I was using the
CURLOPT_PRIVATE
to store some data. Here's what I did,But then when I compiled with Linux gcc, I got this error (as in issue #846),
Curiously, there was no warning when I compiled with
-O0
flag, without making any changes to the code.When using any other optimization flags,
-O2
for instance, the warning shows up.curl/libcurl version
curl-config --version
libcurl 7.70.0
operating system
Linux 4.15.0-91-generic #92-Ubuntu SMP Fri Feb 28 11:09:48 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
The text was updated successfully, but these errors were encountered: