From 1c81c27ceedcd88868a05676514b34f0454a1f94 Mon Sep 17 00:00:00 2001 From: "Wolfgang (Blub) Bumiller" Date: Thu, 16 Aug 2012 15:15:46 +0200 Subject: [PATCH] activate -Wfield-redeclared by default --- main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/main.c b/main.c index 260dd38..272c493 100644 --- a/main.c +++ b/main.c @@ -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(); -- 2.39.2