mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2024-11-24 04:41:25 +00:00
-Wdouble-declaration on by default
This commit is contained in:
parent
86f3ef2194
commit
d09ccba5d6
1 changed files with 1 additions and 0 deletions
1
main.c
1
main.c
|
@ -446,6 +446,7 @@ int main(int argc, char **argv) {
|
|||
options_set(opts_warn, WARN_ASSIGN_FUNCTION_TYPES, true);
|
||||
options_set(opts_warn, WARN_PREPROCESSOR, true);
|
||||
options_set(opts_warn, WARN_MULTIFILE_IF, true);
|
||||
options_set(opts_warn, WARN_DOUBLE_DECLARATION, true);
|
||||
|
||||
options_set(opts_flags, ADJUST_VECTOR_FIELDS, true);
|
||||
options_set(opts_flags, FTEPP, false);
|
||||
|
|
Loading…
Reference in a new issue