This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH, fortran]: fix a few more libgfortran warnings
- From: Tobias Burnus <burnus at net-b dot de>
- To: Ben Elliston <bje at au1 dot ibm dot com>
- Cc: gcc-patches at gcc dot gnu dot org, fortran at gcc dot gnu dot org
- Date: Fri, 19 Oct 2007 08:22:06 +0200
- Subject: Re: [PATCH, fortran]: fix a few more libgfortran warnings
- References: <1192751500.19170.3.camel@localhost>
Ben Elliston wrote:
> This patch eliminates some warnings in intrinsics/signal.c due to some
> function parameters being unused depending on how the functions are
> compiled -- ie. in the absence of SIGALRM, alarm() and signal() on the
> target.
>
> Okay for mainline?
>
OK.
Tobias