by pete m <pmac360@[EMAIL PROTECTED]
>
Mar 19, 2008 at 09:36 PM
On Mar 19, 8:34 pm, roustk <rou...@[EMAIL PROTECTED]
> wrote:
> On 2008-03-20 03:50:10, pete m <pmac...@[EMAIL PROTECTED]
> wrote:
>
> > I take the massive number of "warning, unused parameter is a sign that
> > the product is moving in a good direction. Those things happen when a
> > typedef function class doesn't need some of the parameters in a
> > particular implementation.
>
> I'm not seeing this for V 3.0.9b under MacOS 10.5.2.
>
> 'make -f Makefile.osx' has a bunch of warnings about deprecated things
> in main-crb.c (MacOS Carbon interface). There are 3 "defined but not
> used" errors as well, presumably related.
Damn. That was quick--I made the 'modernized' carbon ****t just a few
years ago. I can't believe it's deprecated already. Grrr :/
> './configure --enable-X11 --enable-gcu ; make install' generated *no*
> warnings (after fixing the #define uint in main-x11.c).
Add -pedantic to CFLAGS. OS X gcc is sane about the stupid 'unused
parameter warning' with only -Wall enabled. Unfortunately, the same
is not true of gcc in general.