dbghelp/msc: Silence a couple of unneeded codeview entries while parsing PDB.

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-11-15 18:26:35 +01:00 committed by Alexandre Julliard
parent 82ea35cbb5
commit 7fec9fdcb2
1 changed files with 2 additions and 0 deletions

View File

@ -2517,8 +2517,10 @@ static BOOL codeview_snarf(const struct msc_debug_info* msc_dbg,
case S_BUILDINFO:
case S_FILESTATIC:
case S_CALLEES:
case S_CALLERS:
case S_UNAMESPACE:
case S_INLINEES:
case S_POGODATA:
TRACE("Unsupported symbol id %x\n", sym->generic.id);
break;