[llvm] r191053 - Fixed warning

Richard Mitton richard at codersnotes.com
Thu Sep 19 16:21:07 PDT 2013


Author: rmitton
Date: Thu Sep 19 18:21:07 2013
New Revision: 191053

URL: http://llvm.org/viewvc/llvm-project?rev=191053&view=rev
Log:
Fixed warning

Modified:
    llvm/trunk/include/llvm/Support/Dwarf.h

Modified: llvm/trunk/include/llvm/Support/Dwarf.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Support/Dwarf.h?rev=191053&r1=191052&r2=191053&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Support/Dwarf.h (original)
+++ llvm/trunk/include/llvm/Support/Dwarf.h Thu Sep 19 18:21:07 2013
@@ -800,7 +800,7 @@ enum GDBIndexEntryKind {
   GIEK_OTHER,
   GIEK_UNUSED5,
   GIEK_UNUSED6,
-  GIEK_UNUSED7,
+  GIEK_UNUSED7
 };
 
 StringRef GDBIndexEntryKindString(GDBIndexEntryKind Kind);





More information about the llvm-commits mailing list