You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
Merge pull request #7851 from shlomif/fix-some-compilation-warnings
Get rid of some compilation warnings.
This commit is contained in:
@@ -2645,6 +2645,7 @@ Error GDScriptLanguage::lookup_code(const String& p_code, const String& p_symbol
|
||||
|
||||
switch(p.get_completion_type()) {
|
||||
|
||||
case GDParser::COMPLETION_GET_NODE:
|
||||
case GDParser::COMPLETION_NONE: {
|
||||
} break;
|
||||
case GDParser::COMPLETION_BUILT_IN_TYPE_CONSTANT: {
|
||||
|
||||
Reference in New Issue
Block a user