Merge pull request #36461 from akien-mga/c++17-fallthrough-attribute

Replace FALLTHROUGH macro by C++17 [[fallthrough]]
This commit is contained in:
Rémi Verschelde 2020-02-23 08:43:18 +01:00 committed by GitHub
commit bd10c70458
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
25 changed files with 75 additions and 88 deletions

View file

@ -216,7 +216,7 @@ Error VariantParser::get_token(Stream *p_stream, Token &r_token, int &line, Stri
}
string_name = true;
FALLTHROUGH;
[[fallthrough]];
}
case '"': {