diff options
| author | gingerBill <bill@gingerbill.org> | 2021-03-13 21:20:46 +0000 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2021-03-13 21:20:46 +0000 |
| commit | b5c0c686151ae79304af1d5f6dbfb7f44a689ead (patch) | |
| tree | 06e5abad24c8854710b8e7ebfa0904632684c7b6 /src/build_settings.cpp | |
| parent | a60d22fefd957eeca7e7403c51e656dd552cad8b (diff) | |
Add `-strict-style` flag: Enforces code style stricter whilst parsing, requiring such things as trailing commas
Diffstat (limited to 'src/build_settings.cpp')
| -rw-r--r-- | src/build_settings.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/build_settings.cpp b/src/build_settings.cpp index fcc28e861..8ffc4955a 100644 --- a/src/build_settings.cpp +++ b/src/build_settings.cpp @@ -196,6 +196,7 @@ struct BuildContext { bool keep_object_files; bool disallow_do; bool insert_semicolon; + bool strict_style; bool ignore_warnings; bool warnings_as_errors; |