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

@@ -55,7 +55,7 @@ class DartGenerator : public BaseGenerator {
DartGenerator(const Parser &parser, const std::string &path,
const std::string &file_name)
: BaseGenerator(parser, path, file_name, "", "."){};
: BaseGenerator(parser, path, file_name, "", ".") {}
// Iterate through all definitions we haven't generate code for (enums,
// structs, and tables) and output them to a single file.
bool generate() {