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

Unified Diff: src/lte/model/lte-asn1-header.h

Issue 338840043: Eliminate Visual Studio compiler 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/lte/model/lte-anr.h ('k') | src/lte/model/lte-asn1-header.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/lte/model/lte-asn1-header.h
===================================================================
--- a/src/lte/model/lte-asn1-header.h
+++ b/src/lte/model/lte-asn1-header.h
@@ -97,7 +97,7 @@
* \param nMax max value to serialize
* \param nMin min value to serialize
*/
- void SerializeSequenceOf (int numElems, int nMax, int nMin) const;
+ void SerializeSequenceOf (size_t numElems, int nMax, int nMin) const;
/**
* Serialize a Choice (set of options)
* \param numOptions number of options
« no previous file with comments | « src/lte/model/lte-anr.h ('k') | src/lte/model/lte-asn1-header.cc » ('j') | no next file with comments »

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