From 0a2c387d5c375aa9dd9e828f100ab55deb8dac72 Mon Sep 17 00:00:00 2001 From: Shlomi Fish Date: Tue, 21 Feb 2017 11:59:19 +0200 Subject: Fix some compilation warnings. Redone the commit based on the input in https://github.com/godotengine/godot/pull/7851 . Not all warnings were fixed but it's a start. --- modules/gdscript/gd_editor.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/gdscript/gd_editor.cpp') diff --git a/modules/gdscript/gd_editor.cpp b/modules/gdscript/gd_editor.cpp index 114a25feeb..1a38ff4f5e 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: { -- cgit v1.2.3