mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2024-11-27 14:12:36 +00:00
Enable corrector by default
This commit is contained in:
parent
72f056a4d7
commit
7cc7e912e7
1 changed files with 1 additions and 1 deletions
2
opts.c
2
opts.c
|
@ -65,7 +65,7 @@ static void opts_setdefault() {
|
|||
opts_set(opts.flags, FTEPP_PREDEFS, false);
|
||||
opts_set(opts.flags, CORRECT_TERNARY, true);
|
||||
opts_set(opts.flags, BAIL_ON_WERROR, true);
|
||||
opts_set(opts.flags, ENHANCED_DIAGNOSTICS, false);
|
||||
opts_set(opts.flags, ENHANCED_DIAGNOSTICS, true);
|
||||
}
|
||||
|
||||
void opts_init(const char *output, int standard, size_t arraysize) {
|
||||
|
|
Loading…
Reference in a new issue