mirror of
https://github.com/curl/curl.git
synced 2026-08-26 17:53:33 +03:00
silence globally
This commit is contained in:
parent
bd09df3081
commit
b3614254ae
5 changed files with 13 additions and 5 deletions
|
|
@ -404,6 +404,7 @@ const char *curl_share_strerror(CURLSHcode error)
|
|||
case CURLSHE_NOT_BUILT_IN:
|
||||
return "Feature not enabled in this library";
|
||||
|
||||
case CURLSHE_SIGNED:
|
||||
case CURLSHE_LAST:
|
||||
break;
|
||||
}
|
||||
|
|
@ -517,6 +518,7 @@ const char *curl_url_strerror(CURLUcode error)
|
|||
case CURLUE_TOO_LARGE:
|
||||
return "A value or data field is larger than allowed";
|
||||
|
||||
case CURLUE_SIGNED:
|
||||
case CURLUE_LAST:
|
||||
break;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue