Kaydet (Commit) 793b2b86 authored tarafından Caolán McNamara's avatar Caolán McNamara

WaE: silence -Werror=unused-variable

Change-Id: Ie3a2b81ea986dcfaa402030c99ad1314bdc562ac
üst a5a20187
...@@ -1062,7 +1062,7 @@ void SwTxtNode::Update( ...@@ -1062,7 +1062,7 @@ void SwTxtNode::Update(
// the unused position must not be on a SwTxtNode // the unused position must not be on a SwTxtNode
bool const isOneUsed(&pRedl->GetBound(true) == pRedl->GetPoint()); bool const isOneUsed(&pRedl->GetBound(true) == pRedl->GetPoint());
assert(!pRedl->GetBound(!isOneUsed).nNode.GetNode().IsTxtNode()); assert(!pRedl->GetBound(!isOneUsed).nNode.GetNode().IsTxtNode());
assert(!pRedl->GetBound(!isOneUsed).nContent.GetIdxReg()); assert(!pRedl->GetBound(!isOneUsed).nContent.GetIdxReg()); (void)isOneUsed;
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment