activate -Wfield-redeclared by default

This commit is contained in:
Wolfgang (Blub) Bumiller 2012-08-16 15:15:46 +02:00
parent 47243d0df1
commit 1c81c27cee

1
main.c
View file

@ -370,6 +370,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);
options_set(opts_warn, WARN_FIELD_REDECLARED, true);
if (!options_parse(argc, argv)) {
return usage();