On Mon, Jul 10, 2017 at 05:14:18PM +0800, Michael W. Bombardieri wrote: > Hi, > > The function build_target_group() produces two warnings when make is > built with CDIAGFLAGS. > > parse.c:1462: warning: ISO C90 forbids mixed declarations and code > parse.c:1462: warning: 'gn2' may be used uninitialized in this function > > This patch attempts to silence the warnings. > > - Michael
No. The compiler is stupid. gratuitously initializing a variable is a bad idea.