View | Details | Raw Unified | Return to bug 1155
Collapse All | Expand All

(-)a/src/network/utils/packet-socket.cc (+3 lines)
 Lines 441-446    Link Here 
441
      bool found;
441
      bool found;
442
      found = packet->PeekPacketTag (tag);
442
      found = packet->PeekPacketTag (tag);
443
      NS_ASSERT (found);
443
      NS_ASSERT (found);
444
      // cast found to void, to suppress ‘found’ set but not used compiler-warning
445
      // for optimized builds
446
      (void) found;
444
      fromAddress = tag.GetAddress ();
447
      fromAddress = tag.GetAddress ();
445
    }
448
    }
446
  return packet;
449
  return packet;

Return to bug 1155