Re: Using -Wshadow

From: Kurt Roeckx <Q(at)ping(dot)be>
To: Neil Conway <neilc(at)samurai(dot)com>
Cc: PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Using -Wshadow
Date: 2003-11-24 17:47:18
Message-ID: 20031124174717.GA4456@ping.be
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Mon, Nov 24, 2003 at 12:25:32PM -0500, Neil Conway wrote:
> If there are any other GCC warning flags anyone else feels would be
> useful, let me know.

I find the following also useful:
-Wcast-align
-Wcast-qual
-Wpointer-arith
-Wstrict-prototypes

And maybe:
-Waggregate-return

Kurt

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2003-11-24 17:53:26 Re: regexp incompatibilites 7.3 and 7.4
Previous Message Tom Lane 2003-11-24 17:42:35 Re: Using -Wshadow