Fixes to support GCC 4.4.7

Fixed generation of a trailing comma and removed unnecessary use of a lambda.

Change-Id: I9993f6eb83e2ebc36fc40295a2059c340c1fbe03
Tested: on Linux.
This commit is contained in:
Wouter van Oortmerssen
2016-11-07 09:51:28 -08:00
parent af21b9064d
commit 290e9f270b
2 changed files with 40 additions and 39 deletions

View File

@@ -38,7 +38,7 @@ enum BaseType {
String = 13,
Vector = 14,
Obj = 15,
Union = 16,
Union = 16
};
inline const char **EnumNamesBaseType() {