Re: Fix missing use of -Werror when compiling files in c-familty directory

2013-07-08 Thread Graham Stott
I've fixed the issue with the warnings and have now comitted the patch with a corrected ChangeLog entry as revision 200783 Graham

Re: Fix missing use of -Werror when compiling files in c-familty directory

2013-07-03 Thread Chung-Ju Wu
2013/7/4 Chung-Ju Wu : >> On Wed, 3 Jul 2013, Graham Stott wrote: >> >>> Files in the c-family directory are being compiled during stage3 without >>> -Werror and other warningb flags that are part of WARN_STRICT flags. >>> Fixing this shows that array_notation_common.c generates unused >>> variabl

Re: Fix missing use of -Werror when compiling files in c-familty directory

2013-07-03 Thread Chung-Ju Wu
2013/7/3 Joseph S. Myers : > On Wed, 3 Jul 2013, Graham Stott wrote: > >> Files in the c-family directory are being compiled during stage3 without >> -Werror and other warningb flags that are part of WARN_STRICT flags. >> Fixing this shows that array_notation_common.c generates unused >> variable

Re: Fix missing use of -Werror when compiling files in c-familty directory

2013-07-03 Thread Chung-Ju Wu
Hi, Graham, 2013/7/3 Graham Stott : > All, > > Files in the c-family directory are being compiled during stage3 without > -Werror and > other warningb flags that are part of WARN_STRICT flags. > > Fixing this shows that array_notation_common.c generates unused variable > warnings > and will bre

Re: Fix missing use of -Werror when compiling files in c-familty directory

2013-07-03 Thread Joseph S. Myers
On Wed, 3 Jul 2013, Graham Stott wrote: > Files in the c-family directory are being compiled during stage3 without > -Werror and other warningb flags that are part of WARN_STRICT flags. > Fixing this shows that array_notation_common.c? generates unused > variable warnings and will break the buil

Fix missing use of -Werror when compiling files in c-familty directory

2013-07-03 Thread Graham Stott
All,     Files in the c-family directory are being compiled during stage3 without -Werror and other warningb flags that are part of WARN_STRICT flags.   Fixing this shows that array_notation_common.c  generates unused variable warnings and will break the build after the apcth is applied.     Chan