Silence compiler warning (#4587)

This commit is contained in:
kalaposfos13 2026-06-17 16:59:33 +02:00 committed by GitHub
parent bc74c604eb
commit 032746cade
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -610,8 +610,9 @@ static s32 TranslateHttplibError(httplib::Error err) {
case E::UnsupportedMultipartBoundaryChars:
case E::Compression:
return ORBIS_HTTP_ERROR_UNKNOWN;
default:
return ORBIS_HTTP_ERROR_UNKNOWN;
}
return ORBIS_HTTP_ERROR_UNKNOWN;
}
#endif // ORBIS_HTTP_WITH_HTTPLIB