mobile: cosmetic: fix -Wswitch in tch_voice_state_init()
commitc310fcfef7f10d026fbfb9569c2a2b46c6984186
authorVadim Yanitskiy <vyanitskiy@sysmocom.de>
Wed, 12 Jun 2024 12:01:03 +0000 (12 19:01 +0700)
committerfixeria <vyanitskiy@sysmocom.de>
Sat, 15 Jun 2024 05:19:38 +0000 (15 05:19 +0000)
tree5ab0aa86c61b4679e9e41ae24a3edd7cb5e59b86
parent784993a54a3cadb81410cd8298caa4c179f33fa8
mobile: cosmetic: fix -Wswitch in tch_voice_state_init()

Not really critical, just make gcc happy:

tch_voice.c: In function ‘tch_voice_state_init’:
tch_voice.c:117:9: warning: enumeration value ‘TCH_VOICE_IOH_GAPK’ not handled in switch [-Wswitch]
  117 |         switch (state->handler) {
      |         ^~~~~~

Change-Id: I46afce396f730de26f21e0e4ec71e144aafd6beb
src/host/layer23/src/mobile/tch_voice.c