diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2017-02-26 20:22:48 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-26 20:22:48 +0100 |
commit | 1ec8b9fb7dfaa074b1f6c2017790f65ca24fa88c (patch) | |
tree | 5d4425e514de01a7a140a3eba25b9aad7e16708b /modules/gdscript | |
parent | ca805744fba0662397ecdcda4e552990a81adfcb (diff) | |
parent | 0a2c387d5c375aa9dd9e828f100ab55deb8dac72 (diff) |
Merge pull request #7851 from shlomif/fix-some-compilation-warnings
Get rid of some compilation warnings.
Diffstat (limited to 'modules/gdscript')
-rw-r--r-- | modules/gdscript/gd_editor.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/gdscript/gd_editor.cpp b/modules/gdscript/gd_editor.cpp index f325aec072..352016b2d2 100644 --- a/modules/gdscript/gd_editor.cpp +++ b/modules/gdscript/gd_editor.cpp @@ -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: { |