From: Richard Mitton Date: Thu, 19 Sep 2013 23:21:07 +0000 (+0000) Subject: Fixed warning X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=0bb2c300a339531b5df3e8c12dbed4e8770e2833;p=oota-llvm.git Fixed warning git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@191053 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Support/Dwarf.h b/include/llvm/Support/Dwarf.h index d924788057e..868669987c8 100644 --- a/include/llvm/Support/Dwarf.h +++ b/include/llvm/Support/Dwarf.h @@ -800,7 +800,7 @@ enum GDBIndexEntryKind { GIEK_OTHER, GIEK_UNUSED5, GIEK_UNUSED6, - GIEK_UNUSED7, + GIEK_UNUSED7 }; StringRef GDBIndexEntryKindString(GDBIndexEntryKind Kind);