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

(-)a/src/network/model/socket.cc (+3 lines)
 Lines 314-319    Link Here 
314
            }
314
            }
315
        }
315
        }
316
      NS_ASSERT_MSG (found, "Socket cannot be bound to a NetDevice not existing on the Node");
316
      NS_ASSERT_MSG (found, "Socket cannot be bound to a NetDevice not existing on the Node");
317
      // cast found to void, to suppress 'found' set but not used compiler warning
318
      // in optimized builds
319
      (void) found;
317
    }
320
    }
318
  m_boundnetdevice = netdevice;
321
  m_boundnetdevice = netdevice;
319
  return;
322
  return;

Return to bug 1154