From 0a894399fbf820c116632cc1bca77ffa72f1d40f Mon Sep 17 00:00:00 2001 From: Jeremy Lainé Date: Sat, 20 Nov 2010 15:28:02 +0000 Subject: fix compile warning --- src/QXmppRtpChannel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/QXmppRtpChannel.cpp') diff --git a/src/QXmppRtpChannel.cpp b/src/QXmppRtpChannel.cpp index ba1df1bd..43086a33 100644 --- a/src/QXmppRtpChannel.cpp +++ b/src/QXmppRtpChannel.cpp @@ -139,7 +139,7 @@ void QXmppRtpChannel::datagramReceived(const QByteArray &ba) stream >> sequence; stream >> stamp; stream >> ssrc; - const bool marker = marker_type & 0x80; + //const bool marker = marker_type & 0x80; const quint8 type = marker_type & 0x7f; const qint64 packetLength = ba.size() - 12; -- cgit v1.2.3