Bugzilla – Attachment #1124: patch for bug #1155
bool found;
found = packet->PeekPacketTag (tag);
NS_ASSERT (found);
// cast found to void, to suppress ‘found’ set but not used compiler-warning
// for optimized builds
(void) found;
fromAddress = tag.GetAddress ();
}
return packet;