Commit 7fec9fdc authored by Eric Pouech's avatar Eric Pouech Committed by Alexandre Julliard

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

parent 82ea35cb
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment