This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Committed: Fix Ada bootstrap breakage (-Werror) on mingw32


Hello,

I have committed the following on trunk, under the obvious rule. It allows native
mingw bootstrap to continue.

2005-02-27  Danny Smith  <dannysmith@users.sourceforge.net>	

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

Index: seh_init.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/ada/seh_init.c,v
retrieving revision 1.1
diff -c -3 -p -r1.1 seh_init.c
*** seh_init.c	10 Feb 2005 13:54:45 -0000	1.1
--- seh_init.c	27 Feb 2005 00:58:13 -0000
*************** EXCEPTION_DISPOSITION __gnat_SEH_error_h
*** 74,81 ****
  EXCEPTION_DISPOSITION
  __gnat_SEH_error_handler (struct _EXCEPTION_RECORD* ExceptionRecord,
  			  void *EstablisherFrame,
! 			  struct _CONTEXT* ContextRecord,
! 			  void *DispatcherContext)
  {
    struct Exception_Data *exception;
    const char *msg;
--- 74,81 ----
  EXCEPTION_DISPOSITION
  __gnat_SEH_error_handler (struct _EXCEPTION_RECORD* ExceptionRecord,
  			  void *EstablisherFrame,
! 			  struct _CONTEXT* ContextRecord ATTRIBUTE_UNUSED,
! 			  void *DispatcherContext ATTRIBUTE_UNUSED)
  {
    struct Exception_Data *exception;
    const char *msg;

Find local movie times and trailers on Yahoo! Movies.
http://au.movies.yahoo.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]