Commit c967245b authored by Eric Pouech's avatar Eric Pouech Committed by Alexandre Julliard

dbghelp: Silence a couple more CV entries.

parent ec0af6dc
......@@ -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;
......
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