freeradius-server icon indicating copy to clipboard operation
freeradius-server copied to clipboard

_Generic for SBUFF_PARSE_{U}INT_DEF(), v2.0. (CID #1504004, #1504045)

Open jejones3141 opened this issue 3 years ago • 0 comments

It doesn't look like coverity will fix the annotation in macro definitions issue any time soon, so that leaves _Generic() as the only way to not generate known false comparisons for long long or unsigned long long which in turn make coverity complain about operands not affecting results.

jejones3141 avatar Sep 21 '22 15:09 jejones3141