[Lldb-commits] [PATCH] D13084: Fix covered-switch-default warning in FormatManager.

Bruce Mitchener via lldb-commits lldb-commits at lists.llvm.org
Tue Sep 22 19:35:08 PDT 2015


This revision was automatically updated to reflect the committed changes.
Closed by commit rL248365: Fix covered-switch-default warning in FormatManager. (authored by brucem).

Changed prior to commit:
  http://reviews.llvm.org/D13084?vs=35454&id=35456#toc

Repository:
  rL LLVM

http://reviews.llvm.org/D13084

Files:
  lldb/trunk/source/DataFormatters/FormatManager.cpp

Index: lldb/trunk/source/DataFormatters/FormatManager.cpp
===================================================================
--- lldb/trunk/source/DataFormatters/FormatManager.cpp
+++ lldb/trunk/source/DataFormatters/FormatManager.cpp
@@ -570,7 +570,6 @@
             case eLazyBoolYes:
                 return true;
             case eLazyBoolCalculate:
-            default:
                 break;
         }
     }


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D13084.35456.patch
Type: text/x-patch
Size: 420 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20150923/2e71b11d/attachment-0001.bin>


More information about the lldb-commits mailing list