sim: rx: mark unused static var as unused

This seems like a useful utility func that mirrors the int2float
helper, so mark it as unused rather than delete.
This commit is contained in:
Mike Frysinger 2023-12-04 23:49:48 -05:00
parent be3701ba8c
commit 02b8b049a4

View file

@ -754,6 +754,7 @@ typedef union {
float f;
} FloatInt;
ATTRIBUTE_UNUSED
static inline int
float2int (float f)
{