dbghelp: Silence a couple more CV entries.

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-29 15:38:11 +02:00 committed by Alexandre Julliard
parent ec0af6dc3e
commit c967245ba8
1 changed files with 2 additions and 0 deletions

View File

@ -2022,6 +2022,8 @@ static BOOL codeview_snarf(const struct msc_debug_info* msc_dbg, const BYTE* roo
case S_INLINESITE_END:
case S_FILESTATIC:
case S_CALLEES:
case S_UNAMESPACE:
case S_INLINEES:
TRACE("Unsupported symbol id %x\n", sym->generic.id);
break;