Kaydet (Commit) f0aecebe authored tarafından Tor Lillqvist's avatar Tor Lillqvist

WaE: unused variable

Change-Id: I64ac7b45722e4147091068e71e9ceedea3d73010
üst db403988
......@@ -60,6 +60,7 @@ void ExceptionTree::add(
list.push_back(n);
rtl::Reference< unoidl::Entity > ent;
codemaker::UnoType::Sort s = manager->getSort(b2u(n), &ent);
(void) s; // WaE: unused variable
assert(s == codemaker::UnoType::SORT_EXCEPTION_TYPE);
n = u2b(
static_cast< unoidl::ExceptionTypeEntity * >(ent.get())->
......
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