]> granicus.if.org Git - clang/commitdiff
Fix a warning due to an extraneous comma.
authorChad Rosier <mcrosier@apple.com>
Fri, 21 Dec 2012 22:33:20 +0000 (22:33 +0000)
committerChad Rosier <mcrosier@apple.com>
Fri, 21 Dec 2012 22:33:20 +0000 (22:33 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@170935 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Sema/Sema.h

index d87a0eeca7bcfd38d23cb9087a91fa2a0dfb1685..d87718dc544fd8afe7b955005910f808e6e93a49 100644 (file)
@@ -1879,7 +1879,7 @@ public:
     LK_Numeric,
     LK_Boxed,
     LK_String,
-    LK_None,
+    LK_None
   };
   ObjCLiteralKind CheckLiteralKind(Expr *FromE);