You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Complying with this warning shouldn't be hard. It looks like the warning is tripped when the code passes an F32 value to the format function, which implicitly promotes it to a double.
The text was updated successfully, but these errors were encountered:
See this comment in the F Prime repo:
https://github.com/nasa/fprime/blob/34a4e2c96d4f6153a0f2cc666aa9621ea7b3d61d/CMakeLists.txt#L28
Complying with this warning shouldn't be hard. It looks like the warning is tripped when the code passes an
F32
value to theformat
function, which implicitly promotes it to a double.The text was updated successfully, but these errors were encountered: