aboutsummaryrefslogtreecommitdiff
path: root/tests/qxmpprtcppacket
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2015-08-26 10:40:29 +0200
committerJeremy Lainé <jeremy.laine@m4x.org>2015-08-26 10:40:29 +0200
commit4b6e41029da81b5bb096ff66e4c1225355057d88 (patch)
treebed1af68d70f5a7a79decfa794b743b4351160e5 /tests/qxmpprtcppacket
parent2ab9a9b06f8e6e93c953a8be52e24969c599cd6c (diff)
downloadqxmpp-4b6e41029da81b5bb096ff66e4c1225355057d88.tar.gz
fix compiler warning
Diffstat (limited to 'tests/qxmpprtcppacket')
-rw-r--r--tests/qxmpprtcppacket/tst_qxmpprtcppacket.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/qxmpprtcppacket/tst_qxmpprtcppacket.cpp b/tests/qxmpprtcppacket/tst_qxmpprtcppacket.cpp
index 087f64d0..0cdb4019 100644
--- a/tests/qxmpprtcppacket/tst_qxmpprtcppacket.cpp
+++ b/tests/qxmpprtcppacket/tst_qxmpprtcppacket.cpp
@@ -53,7 +53,7 @@ void tst_QXmppRtcpPacket::testSenderReport()
QCOMPARE(packet.receiverReports().size(), 0);
- QCOMPARE(packet.senderReport().ntpStamp(), quint64(15672505252348484072));
+ QCOMPARE(packet.senderReport().ntpStamp(), quint64(15672505252348484072ULL));
QCOMPARE(packet.senderReport().octetCount(), quint32(18560));
QCOMPARE(packet.senderReport().packetCount(), quint32(116));
QCOMPARE(packet.senderReport().rtpStamp(), quint32(3718132311));