mirror of
https://github.com/godotengine/godot.git
synced 2025-10-20 00:13:30 +00:00
Merge pull request #7851 from shlomif/fix-some-compilation-warnings
Get rid of some compilation warnings.
This commit is contained in:
commit
1ec8b9fb7d
4 changed files with 7 additions and 7 deletions
|
@ -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: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue