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

Unified Diff: src/uan/model/uan-phy-gen.cc

Issue 338000043: Eliminate Visual Studio complier warnings (Closed)
Patch Set: Upadates to patch set for review comments Created 6 years, 1 month 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/uan/model/uan-phy-dual.cc ('k') | src/uan/model/uan-prop-model.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/uan/model/uan-phy-gen.cc
===================================================================
--- a/src/uan/model/uan-phy-gen.cc
+++ b/src/uan/model/uan-phy-gen.cc
@@ -831,6 +831,7 @@
void
UanPhyGen::RxEndEvent (Ptr<Packet> pkt, double rxPowerDb, UanTxMode txMode)
{
+ NS_UNUSED(rxPowerDb);
if (pkt != m_pktRx)
{
return;
@@ -1040,6 +1041,7 @@
void
UanPhyGen::NotifyTransStartTx (Ptr<Packet> packet, double txPowerDb, UanTxMode txMode)
{
+ NS_UNUSED(txPowerDb);
if (m_pktRx)
{
m_minRxSinrDb = -1e30;
« no previous file with comments | « src/uan/model/uan-phy-dual.cc ('k') | src/uan/model/uan-prop-model.cc » ('j') | no next file with comments »

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