You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
Style: Set clang-format Standard to c++14
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user