diff options
Diffstat (limited to 'idlc')
-rw-r--r-- | idlc/source/options.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/idlc/source/options.cxx b/idlc/source/options.cxx index e430f1c87f00..23de54ad0728 100644 --- a/idlc/source/options.cxx +++ b/idlc/source/options.cxx @@ -153,8 +153,8 @@ bool Options::checkCommandFile (std::vector< std::string > & rArgs, char const * } break; } + SAL_FALLTHROUGH; default: - // quoted white-space fall through buffer.push_back(sal::static_int_cast<char>(c)); break; } |