On Friday, 14 August 2009 at 15:46, Stephen Swaney wrote:
> gcc -std=gnu99 ...  -O0 -g -Wall -Werror -Wno-unused-label
> -Wno-pointer-to-int-cast -Wmissing-field-initializers -Wcast-align
> -Wwrite-strings -Wmissing-declarations -Wstrict-prototypes
> -Wpointer-arith -Wno-format-security -Wdeclaration-after-statement ...
> 
> The -Wdeclaration-after-statement and -Werror seem to be the
> significant parts for this discussion.  I suspect the

They are. The question is, where does -Wdeclaration-after-statement come from?
It's not in the repo, says git grep.

> -Wdeclaration-after-statement is added everywhere because, unlike gcc,
> the microsoft compilers cannot handle it and no one has the autoconf
> skills to disable the warning for unix-specific code.

_______________________________________________
Warzone-dev mailing list
Warzone-dev@gna.org
https://mail.gna.org/listinfo/warzone-dev

Reply via email to