diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-05-10 17:25:47 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-05-10 17:25:47 +0200 |
commit | 1d3494b55bc6d89a0ec4ca64a52e354337d937a0 (patch) | |
tree | f49502a2415fe0ae460fb2928a43b9f9a038786c /unotools | |
parent | 1fcd8dfb70124acc935c24e066dfd3e2144baec9 (diff) |
-Werror=empty-body
("suggest braces around empty body in an ‘else’ statement")
Change-Id: I7c6de1ed2cc1c2cc39e2c8f530866c31ab038907
Diffstat (limited to 'unotools')
-rw-r--r-- | unotools/source/config/bootstrap.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unotools/source/config/bootstrap.cxx b/unotools/source/config/bootstrap.cxx index 85a3b5ac44ba..8c2ed4fe4445 100644 --- a/unotools/source/config/bootstrap.cxx +++ b/unotools/source/config/bootstrap.cxx @@ -477,7 +477,7 @@ static Bootstrap::FailureCode describeError(OUStringBuffer& _rBuf, Bootstrap::Im eErrCode = Bootstrap::INVALID_VERSION_FILE_ENTRY; break; } - else SAL_FALLTHROUGH; + SAL_FALLTHROUGH; case Bootstrap::DATA_MISSING: switch (_rData.aVersionINI_.status) |