This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: PING Fix ununsed variables before my patch adding missing -Werror
- From: Eric Botcazou <ebotcazou at adacore dot com>
- To: Graham Stott <graham dot stott at btinternet dot com>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Wed, 10 Jul 2013 18:26:52 +0200
- Subject: Re: PING Fix ununsed variables before my patch adding missing -Werror
- References: <1372865106 dot 72148 dot YahooMailNeo at web87404 dot mail dot ir2 dot yahoo dot com> <1373024991 dot 1996 dot YahooMailNeo at web87401 dot mail dot ir2 dot yahoo dot com>
> ChangeLog
> 03-07-2013 graham.stott graham.stott@btinternet.com
> * c-familly/array_notation_comon.c (length_mismatch_expr_p): Delete
> unused varables l_length and l_node
Missing blank line in all your ChangeLog entries, and the above one is in the
wrong ChangeLog file, it should be moved to c-family/ChangeLog as:
2013-07-08 Graham Stott <graham.stott@btinternet.com>
* array-notation-common.c (length_mismatch_in_expr_p): Delete unused
variables l_length and l_node.
--
Eric Botcazou