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

Unified Diff: src/traffic-control/helper/queue-disc-container.cc

Issue 333080043: Eliminate Visual Studio complier 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/traffic-control/examples/red-tests.cc ('k') | src/traffic-control/helper/traffic-control-helper.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/traffic-control/helper/queue-disc-container.cc
===================================================================
--- a/src/traffic-control/helper/queue-disc-container.cc
+++ b/src/traffic-control/helper/queue-disc-container.cc
@@ -46,7 +46,7 @@
uint32_t
QueueDiscContainer::GetN (void) const
{
- return m_queueDiscs.size ();
+ return static_cast<uint32_t>(m_queueDiscs.size ());
}
Ptr<QueueDisc>
« no previous file with comments | « src/traffic-control/examples/red-tests.cc ('k') | src/traffic-control/helper/traffic-control-helper.cc » ('j') | no next file with comments »

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