Attention is currently required from: pespin. laforge has posted comments on this change. ( https://gerrit.osmocom.org/c/osmo-bsc/+/31118 )
Change subject: Try to work around coverity false positives in macros ......................................................................
Patch Set 1:
(1 comment)
File include/osmocom/bsc/gsm_data.h:
https://gerrit.osmocom.org/c/osmo-bsc/+/31118/comment/3d14f06a_14eae40b PS1, Line 498: // coverity[unsigned_compare:FALSE]
Did you thik about simply casting to int inside the macro? […]
no, i did not. As I don't know if the pragma works as intended, I think the typecasting proposal has an even higher chance of success.