mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2025-02-21 02:40:56 +00:00
Activate -Wparenthesis by default
This commit is contained in:
parent
0c4806b4a0
commit
3538b505da
1 changed files with 1 additions and 0 deletions
1
opts.c
1
opts.c
|
@ -58,6 +58,7 @@ static void opts_setdefault() {
|
|||
opts_set(opts.warn, WARN_UNINITIALIZED_CONSTANT, true);
|
||||
opts_set(opts.warn, WARN_UNINITIALIZED_GLOBAL, false);
|
||||
opts_set(opts.warn, WARN_DEPRECATED, true);
|
||||
opts_set(opts.warn, WARN_PARENTHESIS, true);
|
||||
/* flags */
|
||||
opts_set(opts.flags, ADJUST_VECTOR_FIELDS, true);
|
||||
opts_set(opts.flags, FTEPP, false);
|
||||
|
|
Loading…
Reference in a new issue