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)
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>


No differences found