-Werror,-Wimplicit-fallthrough
Change-Id: I7ea9c1af7568ce37f29df14f8dc4345031c20eb8
This commit is contained in:
parent
9d67a5872e
commit
dfafaeb989
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user