summaryrefslogtreecommitdiff
path: root/idlc/source/options.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'idlc/source/options.cxx')
-rw-r--r--idlc/source/options.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/idlc/source/options.cxx b/idlc/source/options.cxx
index b4b7584af060..d1dbe1a8680c 100644
--- a/idlc/source/options.cxx
+++ b/idlc/source/options.cxx
@@ -144,7 +144,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;