diff options
| author | gingerBill <bill@gingerbill.org> | 2021-08-31 22:45:08 +0100 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2021-08-31 22:45:08 +0100 |
| commit | cd09068e335c8446a9d48dd1bd9868989e531c5e (patch) | |
| tree | 86376dcc8d0c7e6a5cb0be69d39b0d6a9d926223 /src/build_settings.cpp | |
| parent | cd4687cb13d57c3de1231fdf34f834192f8d8a2f (diff) | |
Correct parsing rules for `#assert` directives for semicolons
Diffstat (limited to 'src/build_settings.cpp')
| -rw-r--r-- | src/build_settings.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/build_settings.cpp b/src/build_settings.cpp index c614a6dc8..728cf5077 100644 --- a/src/build_settings.cpp +++ b/src/build_settings.cpp @@ -205,6 +205,8 @@ struct BuildContext { bool keep_object_files; bool disallow_do; + bool strict_style; + bool ignore_warnings; bool warnings_as_errors; |