bug-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Windows Build: feature branch, src/exithandle.c,


From: Larry Jones
Subject: Re: Windows Build: feature branch, src/exithandle.c,
Date: Tue, 6 Apr 2004 20:30:20 -0400 (EDT)

Conrad T. Pino writes:
> 
> Line 47:    signals_register (handler);
> ccvs 1.12\src\exithandle.c(47) : warning C4028: formal parameter 1 different 
> from declaration
> ccvs 1.12\src\exithandle.c(47) : warning C4024: 'signals_register' : 
> different types for formal and actual parameter 1
> 
> Is this a warning that should be fixed and is anybody working on it?

Yes, this is a real error that could potentially cause a failure,
although I believe it works on all currently known platforms.  The
problem is that we're trying to use the same functions both as signal
handlers and exit handlers, but signal handlers take one argument and
exit handlers take no arguments.  As far as I know, no one is working on
fixing it.

-Larry Jones

I've never seen a sled catch fire before. -- Hobbes




reply via email to

[Prev in Thread] Current Thread [Next in Thread]