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:
parent
24a7de70a6
commit
4bf83f21ca
|
@ -732,6 +732,8 @@ BOOL symt_get_info(struct module* module, const struct symt* type,
|
||||||
default:
|
default:
|
||||||
FIXME("Unsupported sym-tag %s for get-lexical-parent\n",
|
FIXME("Unsupported sym-tag %s for get-lexical-parent\n",
|
||||||
symt_get_tag_str(type->tag));
|
symt_get_tag_str(type->tag));
|
||||||
|
/* fall through */
|
||||||
|
case SymTagExe:
|
||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Reference in New Issue