Merge pull request #7851 from shlomif/fix-some-compilation-warnings

Get rid of some compilation warnings.
This commit is contained in:
Rémi Verschelde 2017-02-26 20:22:48 +01:00 committed by GitHub
commit 1ec8b9fb7d
4 changed files with 7 additions and 7 deletions

View file

@ -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: {