[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:
Holger Hans Peter Freyther
2010-05-14 02:53:22 +08:00
parent 42993c26e0
commit 6fc8791dbf

View File

@@ -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;