diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-05-10 17:01:22 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-05-10 17:01:22 +0200 |
commit | f01ba80990c96b8761079c363b87aea676e5acd9 (patch) | |
tree | 0dd039da10db2e5e662331fe8b2ec9ec4ff1bc0d /sal/rtl/uri.cxx | |
parent | 6a922dcc4feddca3596df9e68da853913b403560 (diff) |
Add SAL_FALLTHROUGH, where apparently appropriate
Change-Id: Ib67f7cb71255a32810f09a6b7e528f024bbef9df
Diffstat (limited to 'sal/rtl/uri.cxx')
-rw-r--r-- | sal/rtl/uri.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sal/rtl/uri.cxx b/sal/rtl/uri.cxx index a77eef1ea7e8..aff2c774a6b3 100644 --- a/sal/rtl/uri.cxx +++ b/sal/rtl/uri.cxx @@ -624,6 +624,7 @@ void SAL_CALL rtl_uriDecode(rtl_uString * pText, writeEscapeOctet(pResult, &nCapacity, nUtf32); break; } + SAL_FALLTHROUGH; case EscapeNo: writeUcs4(pResult, &nCapacity, nUtf32); break; |