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

Unified Diff: src/network/model/chunk.cc

Issue 339780043: Eliminate Visual Studio compiler warnings (Closed)
Patch Set: Update patch with 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/network/model/channel-list.cc ('k') | src/network/model/nix-vector.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/network/model/chunk.cc
===================================================================
--- a/src/network/model/chunk.cc
+++ b/src/network/model/chunk.cc
@@ -39,6 +39,7 @@
uint32_t
Chunk::Deserialize (Buffer::Iterator start, Buffer::Iterator end)
{
+ NS_UNUSED (end);
return Deserialize (start);
}
« no previous file with comments | « src/network/model/channel-list.cc ('k') | src/network/model/nix-vector.cc » ('j') | no next file with comments »

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