mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2025-02-21 10:51:10 +00:00
Merge branch 'master' of git://github.com/graphitemaster/gmqcc
This commit is contained in:
commit
b8d238d76b
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, true);
|
||||
opts_set(opts.flags, ENHANCED_DIAGNOSTICS, false);
|
||||
}
|
||||
|
||||
void opts_init(const char *output, int standard, size_t arraysize) {
|
||||
|
|
Loading…
Reference in a new issue