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

Unified Diff: src/lte/test/lte-test-interference-fr.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/test/lte-test-interference-fr.cc
===================================================================
--- a/src/lte/test/lte-test-interference-fr.cc
+++ b/src/lte/test/lte-test-interference-fr.cc
@@ -87,6 +87,7 @@
m_expectedDlSinrDb (10 * std::log10 (dlSinr))
{
NS_LOG_INFO ("Creating LteInterferenceFrTestCase");
+ NS_UNUSED (ulSinr);
}
LteInterferenceHardFrTestCase::~LteInterferenceHardFrTestCase ()
@@ -249,6 +250,8 @@
m_rspqThreshold (rspqThreshold)
{
NS_LOG_INFO ("Creating LteInterferenceFrTestCase");
+ NS_UNUSED (commonUlSinr);
+ NS_UNUSED (edgeUlSinr);
}
LteInterferenceStrictFrTestCase::~LteInterferenceStrictFrTestCase ()

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