diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2021-12-06 16:32:44 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2021-12-06 19:21:47 +0100 |
commit | ea0d55fa45173a5fa5f53f421615298f80b42a78 (patch) | |
tree | 9e7766770b2cc0887bb5a61e41f08d4e660a7ef6 /i18npool | |
parent | 478dfbd29748855512dd6ab81fd61b0cb573a27f (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