Commit c29fe0c8 by Eric Botcazou Committed by Eric Botcazou

* init.c (__gnat_error_handler, Solaris): Add ATTRIBUTE_UNUSED marker.

From-SVN: r149135
parent 1df34d4d
2009-07-01 Eric Botcazou <ebotcazou@adacore.com>
* init.c (__gnat_error_handler, Solaris): Add ATTRIBUTE_UNUSED marker.
2009-06-30 Eric Botcazou <ebotcazou@adacore.com>
* gcc-interface/utils2.c (build_binary_op) <MODIFY_EXPR>: Do not use
......
......@@ -1002,7 +1002,7 @@ __gnat_install_handler(void)
static void __gnat_error_handler (int, siginfo_t *, ucontext_t *);
static void
__gnat_error_handler (int sig, siginfo_t *sip, ucontext_t *uctx)
__gnat_error_handler (int sig, siginfo_t *sip, ucontext_t *cx ATTRIBUTE_UNUSED)
{
struct Exception_Data *exception;
static int recurse = 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment