bug 486: patches for icc compilation.
This commit is contained in:
@@ -84,12 +84,12 @@ Queue::Dequeue (void)
|
||||
|
||||
if (packet != 0)
|
||||
{
|
||||
NS_ASSERT (m_nBytes >= packet->GetSize ());
|
||||
NS_ASSERT (m_nPackets > 0);
|
||||
|
||||
m_nBytes -= packet->GetSize ();
|
||||
m_nPackets--;
|
||||
|
||||
NS_ASSERT (m_nBytes >= 0);
|
||||
NS_ASSERT (m_nPackets >= 0);
|
||||
|
||||
NS_LOG_LOGIC("m_traceDequeue (packet)");
|
||||
|
||||
m_traceDequeue (packet);
|
||||
|
||||
Reference in New Issue
Block a user