[PATCH 7/7] dbghelp: silence a couple more CV entries

Eric Pouech eric.pouech at gmail.com
Fri Oct 29 08:38:11 CDT 2021


Signed-off-by: Eric Pouech <eric.pouech at gmail.com>

---
 dlls/dbghelp/msc.c |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/dlls/dbghelp/msc.c b/dlls/dbghelp/msc.c
index 191e33e781f..a1f009cf678 100644
--- a/dlls/dbghelp/msc.c
+++ b/dlls/dbghelp/msc.c
@@ -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;
 




More information about the wine-devel mailing list