diff options
author | Craig Topper <craig.topper@gmail.com> | 2012-02-21 05:39:57 +0000 |
---|---|---|
committer | Craig Topper <craig.topper@gmail.com> | 2012-02-21 05:39:57 +0000 |
commit | a7b07fd0e13d3bee1f33ad74c35e24681f85451e (patch) | |
tree | 9043d410e1d3b45402ca7c5489b1679b02b9ea2d /lib/Sema/SemaLambda.cpp | |
parent | 0ee7d94ece918f22e67d0f09fcbc631c91091adc (diff) |
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
Diffstat (limited to 'lib/Sema/SemaLambda.cpp')
-rw-r--r-- | lib/Sema/SemaLambda.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 |