In message <[EMAIL PROTECTED]> on Thu, 5 May 2005 14:52:38 +0200, Derik van 
Zuetphen <[EMAIL PROTECTED]> said:

dz> The perror("select") command loops in events.c:634 if
dz> AnimationSpeed is 0 and USE_SIGNALS is not set. 

This made me look further, using the following in Imakefile.local (I'm
not going to care about shadowed variables for 3.7):

#undef  GCC_PEDANTIC
      CCOPTIONS = -pedantic -ansi -Wall \
                -Wstrict-prototypes -Wmissing-prototypes -Wundef \
                -aux-info [EMAIL PROTECTED]

Worked like a charm, and I corrected a whole bunch of warnings, mostly
having to do with signed vs. unsigned conflist, badly declared
functions, uninitialized variables, stuff like that.

Thanks, Derik, that was a good push :-).

Cheers,
Richard

-----
Please consider sponsoring my work on free software.
See http://www.free.lp.se/sponsoring.html for details.

-- 
Richard Levitte                         [EMAIL PROTECTED]
                                        http://richard.levitte.org/

"When I became a man I put away childish things, including
 the fear of childishness and the desire to be very grown up."
                                                -- C.S. Lewis

Reply via email to