mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-07-10 02:04:42 -06:00
Silence compiler warning (#4587)
This commit is contained in:
parent
bc74c604eb
commit
032746cade
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user