[Lldb-commits] [PATCH] D23545: Minidump parsing
    Pavel Labath via lldb-commits 
    lldb-commits at lists.llvm.org
       
    Fri Sep  2 02:37:37 PDT 2016
    
    
  
labath added inline comments.
================
Comment at: lldb/trunk/source/Plugins/Process/minidump/MinidumpParser.cpp:146
@@ +145,3 @@
+            break;
+    }
+
----------------
You have a "enumeration not handled in a switch" warning here. Could you do something about that?
Repository:
  rL LLVM
https://reviews.llvm.org/D23545
    
    
More information about the lldb-commits
mailing list