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:
parent
82ea35cbb5
commit
7fec9fdcb2
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue