Re: new compiler warnings - Mailing list pgsql-hackers

From Kevin Grittner
Subject Re: new compiler warnings
Date
Msg-id 4E9DACFF02000025000421EF@gw.wicourts.gov
Whole thread Raw
In response to Re: new compiler warnings  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
Tom Lane <tgl@sss.pgh.pa.us> wrote:
> As far as getting rid of the compiler warning is concerned, I find
> that the
> 
>     rc = write(...);
>     (void) rc;
> 
> suggestion works for me (gcc 4.6.1).
That silences the warning on my machine, too.
-Kevin


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: new compiler warnings
Next
From: Tom Lane
Date:
Subject: Re: new compiler warnings