Remove comma from end of enum to silence build warning.

llvm-svn: 151036
This commit is contained in:
Craig Topper 2012-02-21 05:39:57 +00:00
parent cf7e2dc09a
commit 90634c4d25
1 changed files with 1 additions and 1 deletions

View File

@ -660,7 +660,7 @@ ExprResult Sema::ActOnLambdaExpr(SourceLocation StartLoc, Stmt *Body,
Normal, Normal,
DefaultArgument, DefaultArgument,
DataMember, DataMember,
StaticDataMember, StaticDataMember
} Kind = Normal; } Kind = Normal;
// Default arguments of member function parameters that appear in a class // Default arguments of member function parameters that appear in a class