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:
parent
be3701ba8c
commit
02b8b049a4
1 changed files with 1 additions and 0 deletions
|
@ -754,6 +754,7 @@ typedef union {
|
|||
float f;
|
||||
} FloatInt;
|
||||
|
||||
ATTRIBUTE_UNUSED
|
||||
static inline int
|
||||
float2int (float f)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue