DTrace compiler warnings - Mailing list pgsql-hackers

From Bernd Helmle
Subject DTrace compiler warnings
Date
Msg-id 38D06FCCB225BA1C6699D4E7@amenophis
Whole thread Raw
Responses Re: DTrace compiler warnings
List pgsql-hackers
I'm just seeing these kind of compiler warnings in current HEAD:

pgstat.c: In function ‘pgstat_report_activity’:
pgstat.c:2276: warning: passing argument 1 of
‘__dtrace_probe$postgresql$statement__status$v1$63686172202a’ discards
qualifiers from pointer target type

There are more of them (e.g. postgres.c), all passing a const char pointer.

Platform is Snow Leopard, 10.6.2, gcc 4.2.1

--
Thanks
Bernd


pgsql-hackers by date:

Previous
From: Zdenek Kotala
Date:
Subject: Re: [patch] pg_ctl init extension
Next
From: Zdenek Kotala
Date:
Subject: Re: DTrace compiler warnings