mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-19 22:41:28 +08:00
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:
parent
a129cdff3a
commit
9811fd1712
@ -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:
|
||||
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user