This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Fix "unused parameter" warnings in unwind-sjlj.c
- To: "'gcc-patches at gcc dot gnu dot org'" <gcc-patches at gcc dot gnu dot org>
- Subject: Fix "unused parameter" warnings in unwind-sjlj.c
- From: "Billinghurst, David (CRTS)" <David dot Billinghurst at riotinto dot com>
- Date: Mon, 1 Oct 2001 04:00:13 -0000
This patch fixes three "unused parameter" warnings. The three modified
lines may now be too long, but I was not sure where to break them.
Bootstrapped on i686-pc-cygwin. Please apply if OK.
2001-10-01 David Billinghurst <David.Billinghurst@riotinto.com>
* unwind-sjlj.c (_Unwind_GetRegionStart, _Unwind_GetDataRelBase,
_Unwind_GetTextRelBase): Argument is unused.
unwind-sjlj.c.patch