mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-mgw.git
synced 2025-10-23 08:12:01 +00:00
[misc] Silence compiler warning...
If someone tries to set the type to unknown he should know what he is doing, just silence the warning.
This commit is contained in:
@@ -534,6 +534,8 @@ int gsm_set_bts_type(struct gsm_bts *bts, enum gsm_bts_type type)
|
||||
break;
|
||||
case GSM_BTS_TYPE_BS11:
|
||||
break;
|
||||
case GSM_BTS_TYPE_UNKNOWN:
|
||||
break;
|
||||
}
|
||||
|
||||
return 0;
|
||||
|
Reference in New Issue
Block a user