diff options
author | Lubomir I. Ivanov <neolit123@gmail.com> | 2015-11-18 23:46:55 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-11-18 19:21:38 -0800 |
commit | ebdcc7fd5478a9bf7074611952bd1d1d3183e5c6 (patch) | |
tree | 0bcc513440a7942d6a01c451ffa3ee4bc2616bd5 /dives/TestDiveDivelogsDE.DLD | |
parent | 418a345287818f9a4f1baafedbeebd4070c23872 (diff) | |
download | subsurface-ebdcc7fd5478a9bf7074611952bd1d1d3183e5c6.tar.gz |
gpslocation.cpp: fix signed vs unsinged int comparison warning
QDateTime::toTime_t() is misleading as it does not return
a C time_t type, but a 'unsigned int' or rather the Qt
'uint' typedef.
To prevent the warning we cast it to 'time_t' and to
comply with the 'lastTime' variable.
Signed-off-by: Lubomir I. Ivanov <neolit123@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'dives/TestDiveDivelogsDE.DLD')
0 files changed, 0 insertions, 0 deletions