summaryrefslogtreecommitdiff
path: root/starmath/source/parse.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'starmath/source/parse.cxx')
-rw-r--r--starmath/source/parse.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/starmath/source/parse.cxx b/starmath/source/parse.cxx
index 3c1fc94f7a8f..b033a1dbb47c 100644
--- a/starmath/source/parse.cxx
+++ b/starmath/source/parse.cxx
@@ -2124,7 +2124,7 @@ std::unique_ptr<SmTextNode> SmParser::DoFunction()
{
case TFUNC:
NextToken(); // skip "FUNC"-statement
- SAL_FALLTHROUGH;
+ [[fallthrough]];
case TSIN :
case TCOS :