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

Unified Diff: src/internet/helper/internet-stack-helper.cc

Issue 337950043: Eliminate Visual Studio compiler warnings (Closed)
Patch Set: Update patch for latest module changes 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/internet/doc/tcp.rst ('k') | src/internet/helper/ipv4-global-routing-helper.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/internet/helper/internet-stack-helper.cc
===================================================================
--- a/src/internet/helper/internet-stack-helper.cc
+++ b/src/internet/helper/internet-stack-helper.cc
@@ -574,6 +574,7 @@
Ptr<Ipv4> ipv4,
uint32_t interface)
{
+ NS_UNUSED (reason);
//
// Since trace sources are independent of interface, if we hook a source
// on a particular protocol we will get traces for all of its interfaces.
@@ -660,6 +661,7 @@
Ptr<Ipv4> ipv4,
uint32_t interface)
{
+ NS_UNUSED (reason);
//
// Since trace sources are independent of interface, if we hook a source
// on a particular protocol we will get traces for all of its interfaces.
@@ -912,6 +914,7 @@
Ptr<Ipv6> ipv6,
uint32_t interface)
{
+ NS_UNUSED (reason);
//
// Since trace sources are independent of interface, if we hook a source
// on a particular protocol we will get traces for all of its interfaces.
@@ -998,6 +1001,7 @@
Ptr<Ipv6> ipv6,
uint32_t interface)
{
+ NS_UNUSED (reason);
//
// Since trace sources are independent of interface, if we hook a source
// on a particular protocol we will get traces for all of its interfaces.
« no previous file with comments | « src/internet/doc/tcp.rst ('k') | src/internet/helper/ipv4-global-routing-helper.cc » ('j') | no next file with comments »

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