seh_init.c (__gnat_SEH_error_handler): Mark third and fourth parameters as unused.

* seh_init.c (__gnat_SEH_error_handler): Mark third and fourth
	parameters as unused.

From-SVN: r95604
This commit is contained in:
Danny Smith 2005-02-27 01:12:13 +00:00 committed by Danny Smith
parent a129cdff3a
commit 9811fd1712
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2005-02-27 Danny Smith <dannysmith@users.sourceforge.net>
* seh_init.c (__gnat_SEH_error_handler): Mark third and fourth
parameters as unused.
2005-02-26 Nathanael Nerode <neroden@gcc.gnu.org>
Partial merge from libada-gnattools-branch:

View File

@ -74,8 +74,8 @@ EXCEPTION_DISPOSITION __gnat_SEH_error_handler
EXCEPTION_DISPOSITION
__gnat_SEH_error_handler (struct _EXCEPTION_RECORD* ExceptionRecord,
void *EstablisherFrame,
struct _CONTEXT* ContextRecord,
void *DispatcherContext)
struct _CONTEXT* ContextRecord ATTRIBUTE_UNUSED,
void *DispatcherContext ATTRIBUTE_UNUSED)
{
struct Exception_Data *exception;
const char *msg;