[MERGED] osmo-trx[master]: sigProcLib: Remove unreachable code and no-effect checks

2017-03-31 Thread Tom Tsou
Tom Tsou has submitted this change and it was merged. Change subject: sigProcLib: Remove unreachable code and no-effect checks .. sigProcLib: Remove unreachable code and no-effect checks Unreachable path and negative value insp

osmo-trx[master]: sigProcLib: Remove unreachable code and no-effect checks

2017-03-29 Thread Tom Tsou
Patch Set 1: Code-Review+2 -- To view, visit https://gerrit.osmocom.org/2171 To unsubscribe, visit https://gerrit.osmocom.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: If53b4b03550b0a7656c808cfe96806252153eb2f Gerrit-PatchSet: 1 Gerrit-Project: osmo-trx Gerrit-Branch: master Gerrit

osmo-trx[master]: sigProcLib: Remove unreachable code and no-effect checks

2017-03-29 Thread Harald Welte
Patch Set 1: Code-Review+1 -- To view, visit https://gerrit.osmocom.org/2171 To unsubscribe, visit https://gerrit.osmocom.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: If53b4b03550b0a7656c808cfe96806252153eb2f Gerrit-PatchSet: 1 Gerrit-Project: osmo-trx Gerrit-Branch: master Gerrit

[PATCH] osmo-trx[master]: sigProcLib: Remove unreachable code and no-effect checks

2017-03-28 Thread Tom Tsou
Review at https://gerrit.osmocom.org/2171 sigProcLib: Remove unreachable code and no-effect checks Unreachable path and negative value inspection on unsigned types. Change-Id: If53b4b03550b0a7656c808cfe96806252153eb2f Fixes: Coverity CID 165239, 165238, 165236 --- M Transceiver52M/sigProcLib.c