summaryrefslogtreecommitdiff
path: root/registry/tools/options.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'registry/tools/options.cxx')
-rw-r--r--registry/tools/options.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/registry/tools/options.cxx b/registry/tools/options.cxx
index b229bb989a51..0f929b4230aa 100644
--- a/registry/tools/options.cxx
+++ b/registry/tools/options.cxx
@@ -116,7 +116,7 @@ bool Options::checkCommandFile(std::vector< std::string > & rArgs, char const *
}
break;
}
- SAL_FALLTHROUGH;
+ [[fallthrough]];
default:
buffer.push_back(sal::static_int_cast<char>(c));
break;