Added -Wextra-semi to Clang build.

Also fixed warnings this generated.

Change-Id: If3607907b2dd609f854b7b81225d9cf66af75a60
This commit is contained in:
Wouter van Oortmerssen
2019-02-25 09:14:06 -08:00
parent a1f14005ab
commit 537c6ec1e6
8 changed files with 19 additions and 19 deletions

View File

@@ -2169,7 +2169,7 @@ class CppGenerator : public BaseGenerator {
break;
}
}
};
}
std::string GenUnpackFieldStatement(const FieldDef &field,
const FieldDef *union_field) {