Re: Build python-SunOS-5.7-sun4m-sandra was successful.

Anders Qvist <[email protected]> Sat, 27 Jul 2002 11:50:05 +0200
Newsgroups gmane.comp.python.snake-farm.user
Message-ID <[email protected]>
On Sat, Jul 27, 2002 at 11:07:30AM +0200, [email protected] wrote:
> Build all succeeded. Any warnings are appended below.
> --
> /mp/slaskdisk/tmp/sfarmer/python/dist/src/Modules/socketmodule.c: In function `sock_initobj':
> /mp/slaskdisk/tmp/sfarmer/python/dist/src/Modules/socketmodule.c:1959: warning: function declaration isn't a prototype
> /mp/slaskdisk/tmp/sfarmer/python/dist/src/Modules/socketmodule.c: In function `socket_fromfd':
> /mp/slaskdisk/tmp/sfarmer/python/dist/src/Modules/socketmodule.c:2439: warning: function declaration isn't a prototype

Two of these are the offenders. Is SIGPIPE not supposed to be defined
under SunOS 5.7?

#ifdef SIGPIPE
        (void) signal(SIGPIPE, SIG_IGN);
#endif

(Notice no more va_list warnings. Yay!)

-- 
Anders "Quest" Qvist

"We've all heard that a million monkeys banging on a million typewriters
will eventually reproduce the entire works of Shakespeare. Now, thanks 
to the Internet, we know this is not true." -- Robert Wilensky