mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-05 13:08:58 +00:00
Added -Wextra-semi to Clang build.
Also fixed warnings this generated. Change-Id: If3607907b2dd609f854b7b81225d9cf66af75a60
This commit is contained in:
@@ -31,7 +31,7 @@ class PhpGenerator : public BaseGenerator {
|
||||
public:
|
||||
PhpGenerator(const Parser &parser, const std::string &path,
|
||||
const std::string &file_name)
|
||||
: BaseGenerator(parser, path, file_name, "\\", "\\"){};
|
||||
: BaseGenerator(parser, path, file_name, "\\", "\\") {}
|
||||
bool generate() {
|
||||
if (!GenerateEnums()) return false;
|
||||
if (!GenerateStructs()) return false;
|
||||
|
||||
Reference in New Issue
Block a user