Remove obsolete SAL_FALLTHROUGH completely

...after 7ffdd830d5
"HAVE_CPP_ATTRIBUTE_FALLTHROUGH is always true now"

Change-Id: I54e5ff4e036a6bb3e5774d1c0524158aae18e937
Reviewed-on: https://gerrit.libreoffice.org/64800
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
This commit is contained in:
Stephan Bergmann
2018-12-08 09:46:01 +01:00
parent 3c0cb54b7c
commit ab9b67bbb0
427 changed files with 891 additions and 895 deletions

View File

@@ -172,7 +172,7 @@ void MapReturn(sal_uInt32 r0, sal_uInt32 r1, typelib_TypeDescriptionReference *
case typelib_TypeClass_HYPER:
case typelib_TypeClass_UNSIGNED_HYPER:
pRegisterReturn[1] = r1;
SAL_FALLTHROUGH;
[[fallthrough]];
case typelib_TypeClass_LONG:
case typelib_TypeClass_UNSIGNED_LONG:
case typelib_TypeClass_ENUM:
@@ -714,7 +714,7 @@ void unoInterfaceProxyDispatch(
}
TYPELIB_DANGER_RELEASE( pTD );
}
} SAL_FALLTHROUGH; // else perform queryInterface()
} [[fallthrough]]; // else perform queryInterface()
default:
// dependent dispatch
cpp_call(