From 4b6e41029da81b5bb096ff66e4c1225355057d88 Mon Sep 17 00:00:00 2001 From: Jeremy Lainé Date: Wed, 26 Aug 2015 10:40:29 +0200 Subject: fix compiler warning --- tests/qxmpprtcppacket/tst_qxmpprtcppacket.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/qxmpprtcppacket/tst_qxmpprtcppacket.cpp') 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)); -- cgit v1.2.3