From 1a6e018f0e46db80554f9ba1b2c8ccaedb3142b6 Mon Sep 17 00:00:00 2001 From: Eric Pouech Date: Mon, 29 Sep 2008 21:31:21 +0200 Subject: [PATCH] dbghelp: Silence symbol 0x1139. --- dlls/dbghelp/msc.c | 1 + 1 file changed, 1 insertion(+) diff --git a/dlls/dbghelp/msc.c b/dlls/dbghelp/msc.c index c5858a2bcfe..02f90723a45 100644 --- a/dlls/dbghelp/msc.c +++ b/dlls/dbghelp/msc.c @@ -1731,6 +1731,7 @@ static int codeview_snarf(const struct msc_debug_info* msc_dbg, const BYTE* root case S_SECUCOOKIE_V3: case S_SECTINFO_V3: case S_SUBSECTINFO_V3: + case 0x1139: TRACE("Unsupported symbol id %x\n", sym->generic.id); break;