silence globally

This commit is contained in:
Viktor Szakats 2026-03-07 16:44:48 +01:00
parent bd09df3081
commit b3614254ae
No known key found for this signature in database
5 changed files with 13 additions and 5 deletions

View file

@ -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;
}