[llvm-commits] [lld] r171645 - /lld/trunk/lib/ReaderWriter/YAML/ReaderWriterYAML.cpp

Michael J. Spencer bigcheesegs at gmail.com
Sat Jan 5 16:45:23 PST 2013


Author: mspencer
Date: Sat Jan  5 18:45:22 2013
New Revision: 171645

URL: http://llvm.org/viewvc/llvm-project?rev=171645&view=rev
Log:
[YAML] Fix -Wcovered-switch-default

Modified:
    lld/trunk/lib/ReaderWriter/YAML/ReaderWriterYAML.cpp

Modified: lld/trunk/lib/ReaderWriter/YAML/ReaderWriterYAML.cpp
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/lib/ReaderWriter/YAML/ReaderWriterYAML.cpp?rev=171645&r1=171644&r2=171645&view=diff
==============================================================================
--- lld/trunk/lib/ReaderWriter/YAML/ReaderWriterYAML.cpp (original)
+++ lld/trunk/lib/ReaderWriter/YAML/ReaderWriterYAML.cpp Sat Jan  5 18:45:22 2013
@@ -721,7 +721,6 @@
         // Eventually we will have an external function to call, similar
         // to mappingAtoms() and mappingArchive() but implememented
         // with coresponding file format code.
-      default:
         llvm_unreachable("section based YAML not supported yet");
     }
   }





More information about the llvm-commits mailing list