diff options
| author | gingerBill <bill@gingerbill.org> | 2023-08-01 11:14:52 +0100 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2023-08-01 11:14:52 +0100 |
| commit | 2f094134a3e54cb6b99daf09b6a257b36f182b6e (patch) | |
| tree | 67b66eddbabef2ef3b50804a7e4cba5adbb7dcea /src/build_settings.cpp | |
| parent | 69e1f42aedad0d1992e64989aac1d236bee3d4d9 (diff) | |
Remove `-strict-style-init-only`
Diffstat (limited to 'src/build_settings.cpp')
| -rw-r--r-- | src/build_settings.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/build_settings.cpp b/src/build_settings.cpp index 48891e89c..97098e545 100644 --- a/src/build_settings.cpp +++ b/src/build_settings.cpp @@ -325,7 +325,6 @@ struct BuildContext { bool disallow_do; bool strict_style; - bool strict_style_init_only; bool ignore_warnings; bool warnings_as_errors; |