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

Unified Diff: src/applications/model/udp-echo-client.cc

Issue 331220043: Eliminate Visual Studio compiler warnings (Closed)
Patch Set: Update with latest moduel changes. Created 5 years, 10 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/applications/model/udp-echo-client.h ('k') | src/applications/model/udp-server.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/applications/model/udp-echo-client.cc
===================================================================
--- a/src/applications/model/udp-echo-client.cc
+++ b/src/applications/model/udp-echo-client.cc
@@ -220,7 +220,7 @@
{
NS_LOG_FUNCTION (this << fill);
- uint32_t dataSize = fill.size () + 1;
+ uint32_t dataSize = static_cast<uint32_t> (fill.size () + 1);
if (dataSize != m_dataSize)
{
« no previous file with comments | « src/applications/model/udp-echo-client.h ('k') | src/applications/model/udp-server.h » ('j') | no next file with comments »

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