aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bsc/osmo_bsc_main.c
diff options
context:
space:
mode:
authorHarald Welte <laforge@osmocom.org>2023-01-31 13:18:14 +0100
committerlaforge <laforge@osmocom.org>2023-02-27 10:12:13 +0000
commitc4b523a8f34fa3ff3bb1ceaab9d5703d5e575210 (patch)
tree486d4aaba74040e81b65a01ac521662bf918ae56 /src/osmo-bsc/osmo_bsc_main.c
parent4bcfb7e0342ac0ab956b559347548d6afda572b3 (diff)
Work around coverity false positives in macros
We have some macros that may at times have signed arguments, and at other times unsigned. Checking for <= 0 is not a bug in this case. Let's typecast any unsigned arguments to signed int to work around. Change-Id: I10e60b20c6f8092cf1ce09ebe501e739fd4a9479 Closes: CID#272993, CID#272992 (and many others)
Diffstat (limited to 'src/osmo-bsc/osmo_bsc_main.c')
0 files changed, 0 insertions, 0 deletions