Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(5355)

Unified Diff: src/lte/helper/point-to-point-epc-helper.cc

Issue 338840043: Eliminate Visual Studio compiler warnings (Closed)
Patch Set: Patch updates for x64 build Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/lte/helper/lte-hex-grid-enb-topology-helper.cc ('k') | src/lte/helper/radio-bearer-stats-calculator.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/lte/helper/point-to-point-epc-helper.cc
===================================================================
--- a/src/lte/helper/point-to-point-epc-helper.cc
+++ b/src/lte/helper/point-to-point-epc-helper.cc
@@ -71,6 +71,7 @@
Ptr<Socket> sgwPgwS1uSocket = Socket::CreateSocket (m_sgwPgw, TypeId::LookupByName ("ns3::UdpSocketFactory"));
int retval = sgwPgwS1uSocket->Bind (InetSocketAddress (Ipv4Address::GetAny (), m_gtpuUdpPort));
NS_ASSERT (retval == 0);
+ (void)retval; // make compiler happy
// create TUN device implementing tunneling of user data over GTP-U/UDP/IP
m_tunDevice = CreateObject<VirtualNetDevice> ();
« no previous file with comments | « src/lte/helper/lte-hex-grid-enb-topology-helper.cc ('k') | src/lte/helper/radio-bearer-stats-calculator.cc » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b