DTrace compiler warnings

From: Bernd Helmle <mailings(at)oopsware(dot)de>
To: pgsql-hackers(at)postgresql(dot)org
Subject: DTrace compiler warnings
Date: 2009-11-14 13:54:00
Message-ID: 38D06FCCB225BA1C6699D4E7@amenophis
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Zdenek Kotala 2009-11-14 14:25:25 Re: DTrace compiler warnings
Previous Message Zdenek Kotala 2009-11-14 13:50:38 Re: [patch] pg_ctl init extension