mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-19 20:18:09 +00:00
Fix warning error on win10
This commit is contained in:
parent
d16223338c
commit
47c66901e6
1 changed files with 1 additions and 1 deletions
|
|
@ -92,7 +92,7 @@ unsigned int _bctbx_log_mask_to_linphone_log_mask(unsigned int mask) {
|
|||
BctbxLogLevel _linphone_log_level_to_bctbx_log_level(LinphoneLogLevel level) {
|
||||
try {
|
||||
return _linphone_log_level_to_bctbx_log_level_map.at(level);
|
||||
} catch (const std::out_of_range &e) {
|
||||
} catch (const std::out_of_range &) {
|
||||
ms_fatal("%s(): invalid argument [%d]", __FUNCTION__, level);
|
||||
return BCTBX_LOG_LOGLEV_END;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue