From a7b07fd0e13d3bee1f33ad74c35e24681f85451e Mon Sep 17 00:00:00 2001 From: Craig Topper Date: Tue, 21 Feb 2012 05:39:57 +0000 Subject: [PATCH] Remove comma from end of enum to silence build warning. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@151036 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Sema/SemaLambda.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Sema/SemaLambda.cpp b/lib/Sema/SemaLambda.cpp index 867049d456..694fee6776 100644 --- a/lib/Sema/SemaLambda.cpp +++ b/lib/Sema/SemaLambda.cpp @@ -660,7 +660,7 @@ ExprResult Sema::ActOnLambdaExpr(SourceLocation StartLoc, Stmt *Body, Normal, DefaultArgument, DataMember, - StaticDataMember, + StaticDataMember } Kind = Normal; // Default arguments of member function parameters that appear in a class -- 2.50.1