------- Comment #6 from fxcoudert at gcc dot gnu dot org  2006-09-20 08:05 
-------
I think this is fixed on 4.2:

$ gcc a.c
a.c:16:1: warning: "setjmp" redefined
In file included from a.c:7:
c:/MinGW/bin/../lib/gcc/mingw32/3.4.5/../../../../include/setjmp.h:41:1:
warning: this is the location of the previous definition
a.c: In function `main':
a.c:56: warning: passing arg 1 of `SetUnhandledExceptionFilter' from
incompatible pointer type

$ ./a.exe 
Install error handler
let's go
Error Handler
let's go


Can we close this bug?


-- 

fxcoudert at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |fxcoudert at gcc dot gnu dot
                   |                            |org
             Status|NEW                         |WAITING


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=9539

Reply via email to