-Werror,-Wimplicit-fallthrough

Change-Id: I7ea9c1af7568ce37f29df14f8dc4345031c20eb8
This commit is contained in:
Tor Lillqvist
2016-12-12 16:57:15 +02:00
parent 9d67a5872e
commit dfafaeb989
2 changed files with 2 additions and 0 deletions

View File

@@ -2822,6 +2822,7 @@ void Content::transfer(
Environment ); Environment );
// Unreachable // Unreachable
} }
SAL_FALLTHROUGH;
case ucb::NameClash::OVERWRITE: case ucb::NameClash::OVERWRITE:
break; break;

View File

@@ -716,6 +716,7 @@ namespace
maLock.Scope = maLockScope; maLock.Scope = maLockScope;
maResult_Lock.push_back(maLock); maResult_Lock.push_back(maLock);
} }
SAL_FALLTHROUGH; // I hope intentional?
case WebDAVName_propstat: case WebDAVName_propstat:
{ {
// propstat end, check status // propstat end, check status