Tom Lane <t...@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

-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Reply via email to