-
-
Notifications
You must be signed in to change notification settings - Fork 6.4k
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
Build fail if CMake with CURL_WERROR #2358
Labels
Comments
@bagder @concatime Confirmed. The problem is - when we enforce
Will try to fix it shortly. |
snikulov
added a commit
to snikulov/curl
that referenced
this issue
Mar 20, 2018
…nfiguration checks to avoid failures in case of warnings
snikulov
added a commit
to snikulov/curl
that referenced
this issue
Mar 22, 2018
- Move the CURL_WERROR option processing after the configuration checks to avoid failures in case of warnings during the configuration checks. This is a partial fix for curl#2358
snikulov
added a commit
to snikulov/curl
that referenced
this issue
Mar 22, 2018
- Move the CURL_WERROR option processing after the configuration checks to avoid failures in case of warnings during the configuration checks. This is a partial fix for curl#2358
This was referenced Mar 22, 2018
snikulov
added a commit
to snikulov/curl
that referenced
this issue
Mar 22, 2018
This is fixes curl#2358
snikulov
added a commit
that referenced
this issue
Mar 22, 2018
- Move the CURL_WERROR option processing after the configuration checks to avoid failures in case of warnings during the configuration checks. This is a partial fix for #2358
This issue was closed.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I tried to build
curl
with CMake usingCURL_WERROR
flag. The issue is that I’m getting this error:The line
#define in_addr_t unsigned long
should be present only once according to this comment.The text was updated successfully, but these errors were encountered: