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

Unified Diff: src/test/ns3tcp/ns3tcp-interop-test-suite.cc

Issue 336140043: Eliminate Visual Studio compiler warnings (Closed)
Patch Set: Update patch per coding style requirements Created 6 years 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/test/ns3tc/pfifo-fast-queue-disc-test-suite.cc ('k') | src/test/ns3tcp/ns3tcp-loss-test-suite.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/test/ns3tcp/ns3tcp-interop-test-suite.cc
===================================================================
--- a/src/test/ns3tcp/ns3tcp-interop-test-suite.cc
+++ b/src/test/ns3tcp/ns3tcp-interop-test-suite.cc
@@ -146,6 +146,7 @@
void
Ns3TcpInteroperabilityTestCase::Ipv4L3Tx (std::string context, Ptr<const Packet> packet, Ptr<Ipv4> ipv4, uint32_t interface)
{
+ NS_UNUSED (interface);
//
// We're not testing IP so remove and toss the header. In order to do this,
// though, we need to copy the packet since we have a const version.
« no previous file with comments | « src/test/ns3tc/pfifo-fast-queue-disc-test-suite.cc ('k') | src/test/ns3tcp/ns3tcp-loss-test-suite.cc » ('j') | no next file with comments »

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