Jeremie Guichard 2b06a0b223 Fix potential double/float to int rounding errors
Not using lrint(f) when converting double/float to int
creates rounding errors.
This error was detected by TestParse::testParseDM4 failure
on Windows. It was creating rounding inconsistencies
on Linux too, see change in TestDiveDM4.xml.

Enable -Wfloat-conversion for gcc version greater than 4.9.0

Signed-off-by: Jeremie Guichard <djebrest@gmail.com>
2017-03-09 23:07:30 +07:00
..
2017-02-19 15:29:40 -08:00
2017-02-19 15:29:40 -08:00
2017-03-04 12:16:49 -08:00
2017-02-24 01:14:39 -08:00
2016-04-20 16:00:28 -07:00
2017-02-21 13:14:56 -08:00
2017-01-06 20:43:23 -08:00
2016-04-29 09:07:17 -07:00