Correct parsing rules for #assert directives for semicolons

This commit is contained in:
gingerBill
2021-08-31 22:45:08 +01:00
parent cd4687cb13
commit cd09068e33
3 changed files with 18 additions and 36 deletions

View File

@@ -205,6 +205,8 @@ struct BuildContext {
bool keep_object_files;
bool disallow_do;
bool strict_style;
bool ignore_warnings;
bool warnings_as_errors;