subsurface/mobile-widgets
Jeremie Guichard 406e4287eb Change calls to rint into lrint avoiding conversion warnings
Using gcc option "-Wfloat-conversion" is useful to catch
potential conversion errors (where lrint should be used).
rint returns double and still raises the same warning,
this is why this change updates all rint calls to lrint.
In few places, where input type is a float, corresponding
lrinf is used.

Signed-off-by: Jeremie Guichard <djebrest@gmail.com>
2017-03-08 14:04:17 +07:00
..
qml dive master > divemaster 2017-03-04 12:08:17 -08:00
qmlmanager.cpp Merge informational_prefs into git_prefs 2017-02-05 12:29:51 -08:00
qmlmanager.h QML UI: Enable cylinder edit 2016-09-04 07:36:13 -07:00
qmlprofile.cpp Change calls to rint into lrint avoiding conversion warnings 2017-03-08 14:04:17 +07:00
qmlprofile.h