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

Unified Diff: src/virtual-net-device/model/virtual-net-device.cc

Issue 339790043: Eliminate Visual Studio complier 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/virtual-net-device/examples/virtual-net-device.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/virtual-net-device/model/virtual-net-device.cc
===================================================================
--- a/src/virtual-net-device/model/virtual-net-device.cc
+++ b/src/virtual-net-device/model/virtual-net-device.cc
@@ -235,6 +235,7 @@
Address VirtualNetDevice::GetMulticast (Ipv4Address multicastGroup) const
{
+ NS_UNUSED (multicastGroup);
return Mac48Address ("ff:ff:ff:ff:ff:ff");
}
« no previous file with comments | « src/virtual-net-device/examples/virtual-net-device.cc ('k') | no next file » | no next file with comments »

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