X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f Date: Sun, 18 Oct 2015 23:45:53 -0400 Message-Id: <201510190345.t9J3jrhn012372@envy.delorie.com> From: DJ Delorie To: geda-user AT delorie DOT com In-reply-to: (geda-user AT delorie DOT com) Subject: Re: [geda-user] does anyone like -Wdeclaration-after-statement References: Reply-To: geda-user AT delorie DOT com > I find it annoying because you cant just start work in middle of function > without producing a bunch of spurious warnings. > > It promotes bad style too because redundancy between declarations and point > of use, and forces use of bogus initializers, inefficient and/or redundance > initializers or no initialize more often. It also stops you from writing code that can only be compiled with gcc :-)