diff options
| author | gingerBill <bill@gingerbill.org> | 2021-09-09 11:06:19 +0100 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2021-09-09 11:06:19 +0100 |
| commit | e65e0b5db2ab9880d278555798194b875025899a (patch) | |
| tree | 13d4e370297c1f0bf720a7097ec40919e8f80ffc /src/build_settings.cpp | |
| parent | 56bd1e2d70a7697ea824eafc82a648982b2f19da (diff) | |
Add `-strict-style-init-only`
Diffstat (limited to 'src/build_settings.cpp')
| -rw-r--r-- | src/build_settings.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/build_settings.cpp b/src/build_settings.cpp index 728cf5077..22853d6cc 100644 --- a/src/build_settings.cpp +++ b/src/build_settings.cpp @@ -206,7 +206,7 @@ struct BuildContext { bool disallow_do; bool strict_style; - + bool strict_style_init_only; bool ignore_warnings; bool warnings_as_errors; |