tool: remove some gcc warnings in gccx
authorJean Privat <jean@pryen.org>
Mon, 27 Jun 2011 14:51:37 +0000 (10:51 -0400)
committerJean Privat <jean@pryen.org>
Mon, 27 Jun 2011 14:51:37 +0000 (10:51 -0400)
commitaed8bac2333bf7d41ae4622b697da3a8e0f4ec09
tree7d0b9086ca5c783b6b31834223f4de3c4d660a3f
parent9352e12944177bfe26c87a2f9707ca9c522164b7
tool: remove some gcc warnings in gccx

These two warnings seem to appear in gcc 4.6

-Wno-array-bounds: because, in generated code, local variables are stored in
a 1-length tail array.

-Wno-unused-but-set-variable: because unused parameters in Nit lead to
unused but initialized registers

Signed-off-by: Jean Privat <jean@pryen.org>
bin/gccx