----- Original Message ----- From: Graham Stott <graham.st...@btinternet.com> To: "gcc-patches@gcc.gnu.org" <gcc-patches@gcc.gnu.org> Cc: Sent: Wednesday, 3 July 2013, 16:25 Subject: Fix ununsed variables before my patch adding missing -Werror
This patch fixes the warnings from array-notation_common.c so that I can then apply my Makefile missing -Werror patch. Graham ChangeLog 03-07-2013 graham.stott graham.st...@btinternet.com * c-familly/array_notation_comon.c (length_mismatch_expr_p): Delete unused varables l_length and l_node Graham