Kaydet (Commit) 1b9fd9a4 authored tarafından Caolán McNamara's avatar Caolán McNamara

some more fallthrough warning quietening

Change-Id: I61785adbba22a54484b7ffcd6494c75b61b00fc7
üst afa3d985
......@@ -1916,6 +1916,7 @@ typedefDefn:
break;
case unoidl::detail::SourceProviderEntity::KIND_MODULE:
assert(false && "this cannot happen");
SAL_FALLTHROUGH;
default:
assert(t.entity->entity.is() || t.entity->pad.is());
unpub
......@@ -1935,6 +1936,7 @@ typedefDefn:
break;
case unoidl::detail::SourceProviderType::TYPE_PARAMETER:
assert(false && "this cannot happen");
SAL_FALLTHROUGH;
default:
break;
}
......
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