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

Unified Diff: src/wimax/model/bs-link-manager.cc

Issue 331280043: Eliminate Visual Studio complier warnings (Closed)
Patch Set: Update patch per coding style requirements 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/wimax/helper/wimax-helper.cc ('k') | src/wimax/model/bs-net-device.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/wimax/model/bs-link-manager.cc
===================================================================
--- a/src/wimax/model/bs-link-manager.cc
+++ b/src/wimax/model/bs-link-manager.cc
@@ -355,7 +355,7 @@
BSLinkManager::GetSignalQuality (void)
{
// code to measure signal quality goes here
- uint8_t signalQuality = m_signalQuality;
+ uint8_t signalQuality = static_cast<uint8_t> (m_signalQuality);
m_signalQuality++;
return signalQuality;
}
« no previous file with comments | « src/wimax/helper/wimax-helper.cc ('k') | src/wimax/model/bs-net-device.cc » ('j') | no next file with comments »

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