diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2010-11-20 15:28:02 +0000 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2010-11-20 15:28:02 +0000 |
| commit | 0a894399fbf820c116632cc1bca77ffa72f1d40f (patch) | |
| tree | ea44a15534afad5d2a48c8f7f6d3c353b922cae5 /src/QXmppRtpChannel.cpp | |
| parent | 4f34a029dae1bdf92b149d4c04c92cf10838e7f5 (diff) | |
| download | qxmpp-0a894399fbf820c116632cc1bca77ffa72f1d40f.tar.gz | |
fix compile warning
Diffstat (limited to 'src/QXmppRtpChannel.cpp')
| -rw-r--r-- | src/QXmppRtpChannel.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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; |
