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; } }
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; } }
_______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits