Re: fix compile warning in pg_id

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Neil Conway <neilc(at)samurai(dot)com>
Cc: pgsql-patches(at)postgresql(dot)org
Subject: Re: fix compile warning in pg_id
Date: 2003-08-09 01:25:52
Message-ID: 200308090125.h791PqB22254@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches


Patch applied. Thanks.

---------------------------------------------------------------------------

Neil Conway wrote:
> I get the following warning when I compile src/bin/pg_id/pg_id.c:
>
> gcc -pipe -g -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../src/include -c -o pg_id.o pg_id.c -MMD
> pg_id.c: In function `main':
> pg_id.c:35: warning: unused variable `optarg'
>
> The attached trivial patch fixes the warning by removing the variable.
>
> -Neil
>

[ Attachment, skipping... ]

>
> ---------------------------(end of broadcast)---------------------------
> TIP 8: explain analyze is your friend

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Neil Conway 2003-08-09 08:57:51 fix CLOSE ref page
Previous Message Bruce Momjian 2003-08-09 01:22:05 Re: psql \d should use pg_get_viewdef (oid, true)