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
/root/c_projects/c_template_two/build/coverage/_deps/unity-src/src/unity.c: In function ‘UnityPrintFloat’:
/root/c_projects/c_template_two/build/coverage/_deps/unity-src/src/unity.c:355:16: error: comparing floating-point with ‘==’ or ‘!=’ is unsafe [-Werror=float-equal]
355 | if (number == 0.0f)
| ^~
/root/c_projects/c_template_two/build/coverage/_deps/unity-src/src/unity.c:422:52: error: comparing floating-point with ‘==’ or ‘!=’ is unsafe [-Werror=float-equal]
422 | if ((n & 1) && (((UNITY_DOUBLE)n - number) == 0.5f))
| ^~
The text was updated successfully, but these errors were encountered:
Example error message.
The text was updated successfully, but these errors were encountered: