dbghelp: Silence FIXME when requesting SymTagExe lexical parent in SymGetTypeInfo().

Signed-off-by: Eric Pouech <eric.pouech@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Eric Pouech 2021-10-06 10:00:59 +02:00 committed by Alexandre Julliard
parent 24a7de70a6
commit 4bf83f21ca
1 changed files with 2 additions and 0 deletions

View File

@ -732,6 +732,8 @@ BOOL symt_get_info(struct module* module, const struct symt* type,
default:
FIXME("Unsupported sym-tag %s for get-lexical-parent\n",
symt_get_tag_str(type->tag));
/* fall through */
case SymTagExe:
return FALSE;
}
break;