fixeria has uploaded this change for review. ( 
https://gerrit.osmocom.org/c/osmo-bsc/+/35790?usp=email )


Change subject: lchan_fsm: fix -Wgnu-designator warnings printed by clang
......................................................................

lchan_fsm: fix -Wgnu-designator warnings printed by clang

Change-Id: I48baef2e2b31f639281a455b2c3b07fd4f7af591
---
M src/osmo-bsc/lchan_fsm.c
1 file changed, 11 insertions(+), 2 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-bsc refs/changes/90/35790/1

diff --git a/src/osmo-bsc/lchan_fsm.c b/src/osmo-bsc/lchan_fsm.c
index a663326..55875f0 100644
--- a/src/osmo-bsc/lchan_fsm.c
+++ b/src/osmo-bsc/lchan_fsm.c
@@ -1893,7 +1893,7 @@
                        | S(LCHAN_ST_RECOVER_WAIT_ACTIV_ACK)
                        ,
        },
-       [LCHAN_ST_RECOVER_WAIT_ACTIV_ACK] {
+       [LCHAN_ST_RECOVER_WAIT_ACTIV_ACK] = {
                .name = "RECOVER_WAIT_ACTIV_ACK",
                .onenter = lchan_fsm_recover_wait_activ_ack_onenter,
                .action = lchan_fsm_recover_wait_activ_ack,
@@ -1906,7 +1906,7 @@
                        | S(LCHAN_ST_RECOVER_WAIT_RF_RELEASE_ACK)
                        ,
        },
-       [LCHAN_ST_RECOVER_WAIT_RF_RELEASE_ACK] {
+       [LCHAN_ST_RECOVER_WAIT_RF_RELEASE_ACK] = {
                .name = "RECOVER_WAIT_RF_RELEASE_ACK",
                .onenter = lchan_fsm_recover_wait_rf_release_ack_onenter,
                .action = lchan_fsm_recover_wait_rf_release_ack,

--
To view, visit https://gerrit.osmocom.org/c/osmo-bsc/+/35790?usp=email
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-bsc
Gerrit-Branch: master
Gerrit-Change-Id: I48baef2e2b31f639281a455b2c3b07fd4f7af591
Gerrit-Change-Number: 35790
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <[email protected]>
Gerrit-MessageType: newchange

Reply via email to