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

Unified Diff: src/lte/helper/radio-environment-map-helper.cc

Issue 338840043: 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
Index: src/lte/helper/radio-environment-map-helper.cc
===================================================================
--- a/src/lte/helper/radio-environment-map-helper.cc
+++ b/src/lte/helper/radio-environment-map-helper.cc
@@ -149,14 +149,14 @@
}
-uint8_t
+uint16_t
RadioEnvironmentMapHelper::GetBandwidth () const
{
return m_bandwidth;
}
void
-RadioEnvironmentMapHelper::SetBandwidth (uint8_t bw)
+RadioEnvironmentMapHelper::SetBandwidth (uint16_t bw)
{
switch (bw)
{

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