Skip to content

Commit dc8799d

Browse files
committed
fix: actually call ValidateOptions
1 parent 957e09d commit dc8799d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/flatc.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -758,6 +758,8 @@ FlatCOptions FlatCompiler::ParseFromCommandLineArguments(int argc,
758758
}
759759
}
760760

761+
ValidateOptions(options);
762+
761763
return options;
762764
}
763765

0 commit comments

Comments
 (0)