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

-Werror,-Wimplicit-fallthrough

Change-Id: I7ea9c1af7568ce37f29df14f8dc4345031c20eb8
üst 9d67a587
......@@ -2822,6 +2822,7 @@ void Content::transfer(
Environment );
// Unreachable
}
SAL_FALLTHROUGH;
case ucb::NameClash::OVERWRITE:
break;
......
......@@ -716,6 +716,7 @@ namespace
maLock.Scope = maLockScope;
maResult_Lock.push_back(maLock);
}
SAL_FALLTHROUGH; // I hope intentional?
case WebDAVName_propstat:
{
// propstat end, check status
......
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