[MERGED] osmo-bsc[master]: bsc_init: fix Werror: define rc for 2quater with si2q_count ...

2017-11-21 Thread Harald Welte
Harald Welte has submitted this change and it was merged. Change subject: bsc_init: fix Werror: define rc for 2quater with si2q_count == 0 .. bsc_init: fix Werror: define rc for 2quater with si2q_count == 0

osmo-bsc[master]: bsc_init: fix Werror: define rc for 2quater with si2q_count ...

2017-11-21 Thread Harald Welte
Patch Set 1: Code-Review+2 -- To view, visit https://gerrit.osmocom.org/4949 To unsubscribe, visit https://gerrit.osmocom.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: Iedad1efcb477c77db8c741777ea076761658c7d1 Gerrit-PatchSet: 1 Gerrit-Project: osmo-bsc Gerrit-Branch: master

osmo-bsc[master]: bsc_init: fix Werror: define rc for 2quater with si2q_count ...

2017-11-21 Thread Max
Patch Set 1: Code-Review+1 -- To view, visit https://gerrit.osmocom.org/4949 To unsubscribe, visit https://gerrit.osmocom.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: Iedad1efcb477c77db8c741777ea076761658c7d1 Gerrit-PatchSet: 1 Gerrit-Project: osmo-bsc Gerrit-Branch: master

[PATCH] osmo-bsc[master]: bsc_init: fix Werror: define rc for 2quater with si2q_count ...

2017-11-21 Thread Neels Hofmeyr
Review at https://gerrit.osmocom.org/4949 bsc_init: fix Werror: define rc for 2quater with si2q_count == 0 src/libbsc/bsc_init.c: In function ‘rsl_si’: src/libbsc/bsc_init.c:153:2: error: ‘rc’ may be used uninitialized in this function [-Werror=maybe-uninitialized] return rc; ^