diff options
| author | gingerBill <bill@gingerbill.org> | 2021-04-26 21:07:58 +0100 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2021-04-26 21:07:58 +0100 |
| commit | 898245431f147c9f31207f855c47d7fb54f5c53c (patch) | |
| tree | 661980caa1d52b7e9459824b2b3e5c30fff76700 /src/build_settings.cpp | |
| parent | 43942a61991e32a821bb577457e0a15aa4178e16 (diff) | |
Make -strict-style the default #871
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 72b72a738..5fbf75126 100644 --- a/src/build_settings.cpp +++ b/src/build_settings.cpp @@ -201,7 +201,6 @@ struct BuildContext { bool keep_object_files; bool disallow_do; bool insert_semicolon; - bool strict_style; bool ignore_warnings; bool warnings_as_errors; |