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

Unified Diff: src/lte/model/lte-mi-error-model.h

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/model/lte-mi-error-model.h
===================================================================
--- a/src/lte/model/lte-mi-error-model.h
+++ b/src/lte/model/lte-mi-error-model.h
@@ -71,6 +71,8 @@
{
double tbler; ///< tbler
double mi; ///< mi
+
+ TbStats_t() { tbler = 0.0; mi = 0.0; }
};

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