diff options
Diffstat (limited to 'src/configparser.cpp')
| -rw-r--r-- | src/configparser.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/configparser.cpp b/src/configparser.cpp index 46abfa061..dfc619eb4 100644 --- a/src/configparser.cpp +++ b/src/configparser.cpp @@ -362,7 +362,7 @@ struct Parser case 0xFE: case 0xFF: stack.errstr << "Do not save your files as UTF-16 or UTF-32, use UTF-8!\n"; - /*@fallthrough@*/ + [[fallthrough]]; default: throw CoreException("Syntax error - start of tag expected"); } |
