Re: cast pid_t to int when using *printf - Mailing list pgsql-patches

From Neil Conway
Subject Re: cast pid_t to int when using *printf
Date
Msg-id 1096009234.25688.526.camel@localhost.localdomain
Whole thread Raw
In response to cast pid_t to int when using *printf  (Oliver Jowett <oliver@opencloud.com>)
Responses Re: cast pid_t to int when using *printf  (Oliver Jowett <oliver@opencloud.com>)
List pgsql-patches
On Fri, 2004-09-24 at 16:51, Oliver Jowett wrote:
> gcc (3.2.3 on Solaris 9) warns about a couple of places where a pid_t is
> formatted with %d by a printf-family function.

For curiosity's sake, what formatting escape does gcc prefer?

-Neil



pgsql-patches by date:

Previous
From: Oliver Jowett
Date:
Subject: cast pid_t to int when using *printf
Next
From: Oliver Jowett
Date:
Subject: Re: cast pid_t to int when using *printf