Fixed `-Werror=switch-enum` in https://github.com/kuba--/zip/pull/237
pull/13387/head
Dialga 2022-02-09 18:47:52 +13:00 committed by Delyan Angelov
parent c6fde594e4
commit 1460c62190
No known key found for this signature in database
GPG Key ID: 66886C0F12D595ED
1 changed files with 2 additions and 0 deletions

View File

@ -10016,6 +10016,8 @@ const char *mz_zip_get_error_string(mz_zip_error mz_err) {
return "validation failed";
case MZ_ZIP_WRITE_CALLBACK_FAILED:
return "write calledback failed";
case MZ_ZIP_TOTAL_ERRORS:
return "total errors";
default:
break;
}