Commit 9811fd17 by Danny Smith Committed by Danny Smith

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
parent a129cdff
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> 2005-02-26 Nathanael Nerode <neroden@gcc.gnu.org>
Partial merge from libada-gnattools-branch: Partial merge from libada-gnattools-branch:
......
...@@ -74,8 +74,8 @@ EXCEPTION_DISPOSITION __gnat_SEH_error_handler ...@@ -74,8 +74,8 @@ EXCEPTION_DISPOSITION __gnat_SEH_error_handler
EXCEPTION_DISPOSITION EXCEPTION_DISPOSITION
__gnat_SEH_error_handler (struct _EXCEPTION_RECORD* ExceptionRecord, __gnat_SEH_error_handler (struct _EXCEPTION_RECORD* ExceptionRecord,
void *EstablisherFrame, void *EstablisherFrame,
struct _CONTEXT* ContextRecord, struct _CONTEXT* ContextRecord ATTRIBUTE_UNUSED,
void *DispatcherContext) void *DispatcherContext ATTRIBUTE_UNUSED)
{ {
struct Exception_Data *exception; struct Exception_Data *exception;
const char *msg; const char *msg;
......
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