mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2024-11-24 04:41:25 +00:00
-Wextensions on by default
This commit is contained in:
parent
cc48802685
commit
d96fd2d9b8
1 changed files with 1 additions and 0 deletions
1
main.c
1
main.c
|
@ -336,6 +336,7 @@ int main(int argc, char **argv) {
|
|||
|
||||
/* default options / warn flags */
|
||||
options_set(opts_warn, WARN_UNKNOWN_CONTROL_SEQUENCE, true);
|
||||
options_set(opts_warn, WARN_EXTENSIONS, true);
|
||||
|
||||
if (!options_parse(argc, argv)) {
|
||||
return usage();
|
||||
|
|
Loading…
Reference in a new issue