Re: ecpg compile error on AIX - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: ecpg compile error on AIX
Date
Msg-id 200201072339.g07NdJc18541@candle.pha.pa.us
Whole thread Raw
In response to Re: ecpg compile error on AIX  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: ecpg compile error on AIX  (Peter Eisentraut <peter_e@gmx.net>)
List pgsql-hackers
>    In GNU C, addition and subtraction operations are supported on
>    pointers to `void' and on pointers to functions.  This is done by
>    treating the size of a `void' or of a function as 1.
> 
>    A consequence of this is that `sizeof' is also allowed on `void' and
>    on function types, and returns 1.
> 
>    The option `-Wpointer-arith' requests a warning if these extensions
>    are used.
> 
> It occurs to me that we ought to add -Wpointer-arith to our standard
> gcc options, so that this sort of mistake will be caught sooner in
> future.

I added this to my Makefile.custom.

--  Bruce Momjian                        |  http://candle.pha.pa.us pgman@candle.pha.pa.us               |  (610)
853-3000+  If your life is a hard drive,     |  830 Blythe Avenue +  Christ can be your backup.        |  Drexel Hill,
Pennsylvania19026
 


pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Default permissions of system catalogs
Next
From: Oleg Bartunov
Date:
Subject: Re: RC1 time?