From f43e48210e7be862a13d6aff28b3a00df1522ac9 Mon Sep 17 00:00:00 2001 From: Richard Mitton Date: Thu, 19 Sep 2013 23:21:07 +0000 Subject: [PATCH] Fixed warning llvm-svn: 191053 --- include/llvm/Support/Dwarf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);