summaryrefslogtreecommitdiff
path: root/i18npool
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2021-12-06 16:32:44 +0100
committerStephan Bergmann <sbergman@redhat.com>2021-12-06 19:21:47 +0100
commitea0d55fa45173a5fa5f53f421615298f80b42a78 (patch)
tree9e7766770b2cc0887bb5a61e41f08d4e660a7ef6 /i18npool
parent478dfbd29748855512dd6ab81fd61b0cb573a27f (diff)
Work around two -Werror=implicit-fallthrough=
...that started to crop up with recent GCC 12 trunk (where it expanded the ENSURE_OR_THROW macro, but apparently didn't take into account that its > 97 | if( !(c) ){ \ > | ^~ will always be taken in these cases where the c argument is false), and can easily be avoided by getting rid of those uses of ENSURE_OR_THROW(false, "...") (And while at it, move the default case to a more reasonable position in mtftools.cxx, obsoleting the FALLTHROUGH comment in any case.) Change-Id: I8189d98b361e6725096d0968f3e0e604fb84e591 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/126452 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'i18npool')
0 files changed, 0 insertions, 0 deletions