$OpenBSD: patch-tests_objectslocationtests_cpp,v 1.1 2013/07/02 19:41:47 zhuk Exp $
KDE review: https://git.reviewboard.kde.org/r/111373/
--- tests/objectslocationtests.cpp.orig	Tue Jul  2 23:13:20 2013
+++ tests/objectslocationtests.cpp	Tue Jul  2 23:13:57 2013
@@ -33,7 +33,7 @@ void ObjectsLocationTests::testLocation_data()
     QTest::addColumn<qint32>("altitudeAccuracy");
 
     QTest::newRow("location1")
-        << (qulonglong) 1340366314362
+        << (qulonglong) 1340366314362ULL
         << (float) 49.6664083
         << (float) 17.1053383
         << 25
@@ -55,7 +55,7 @@ void ObjectsLocationTests::testDefaultLocation_data()
     QTest::addColumn<qint32>("altitudeAccuracy");
 
     QTest::newRow("defaultLocation")
-        << (qulonglong) 0
+        << (qulonglong) 0ULL
         << (float) 91
         << (float) 181
         << -1
