mirror of
https://github.com/godotengine/godot.git
synced 2025-10-22 17:33:33 +00:00
Style: Set clang-format Standard to c++14
This commit is contained in:
parent
7e61be3cb0
commit
6e600cb3f0
248 changed files with 841 additions and 842 deletions
|
@ -8763,7 +8763,7 @@ Error GDScriptParser::_parse(const String &p_base_path) {
|
|||
#ifdef DEBUG_ENABLED
|
||||
|
||||
// Resolve warning ignores
|
||||
Vector<Pair<int, String> > warning_skips = tokenizer->get_warning_skips();
|
||||
Vector<Pair<int, String>> warning_skips = tokenizer->get_warning_skips();
|
||||
bool warning_is_error = GLOBAL_GET("debug/gdscript/warnings/treat_warnings_as_errors").booleanize();
|
||||
for (List<GDScriptWarning>::Element *E = warnings.front(); E;) {
|
||||
GDScriptWarning &w = E->get();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue