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
Code generated using fastddsgen version 3.0.1 :
fastddsgen -cs -ppDisable -replace dataArray.idl
Compiling on Ubuntu 20.04 with gcc-13.3.0 with the flag -Wfloat-equal catches these errors:
dataArray.cxx:85:20: error: comparing floating-point with '==' or '!=' is unsafe
dataArray.cxx:86:18: error: comparing floating-point with '==' or '!=' is unsafe
The text was updated successfully, but these errors were encountered:
here is my dataArray.idl contents:
Code generated using fastddsgen version 3.0.1 :
fastddsgen -cs -ppDisable -replace dataArray.idl
Compiling on Ubuntu 20.04 with gcc-13.3.0 with the flag -Wfloat-equal catches these errors:
dataArray.cxx:85:20: error: comparing floating-point with '==' or '!=' is unsafe
dataArray.cxx:86:18: error: comparing floating-point with '==' or '!=' is unsafe
The text was updated successfully, but these errors were encountered: