This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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 build after the apcth is applied.
>  
>  
> ChangeLog
> 03-07-2013        Graham Stott <graham.stott>
>                 * gcc/Makegfvile.in: Define c-family-warn. to WARN_STRICT.

OK with a properly formatted ChangeLog entry, once the warnings are fixed 
of course.

2013-07-03  Graham Stott  <graham.stott@btinternet.com>

	* Makefile.in (c-family-warn): Define to $(WARN_STRICT).

-- 
Joseph S. Myers
joseph@codesourcery.com

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]