plperl warnings on win32

From: Magnus Hagander <magnus(at)hagander(dot)net>
To: pgsql-patches <pgsql-patches(at)postgresql(dot)org>
Subject: plperl warnings on win32
Date: 2007-07-24 11:03:59
Message-ID: 20070724110359.GB19199@svr2.hagander.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

When building with MingW, we get a ton of warnings of the type:
C:/Perl/lib/CORE/config.h:39:20: warning: "/*" within comment

(see
http://pgbuildfarm.org/cgi-bin/show_stage_log.pl?nm=vaquita&dt=2007-07-23%20200011&stg=make)

Attached patch removes this by disabling the warning specifically for
plperl on mingw.

Any objections? If not, I'll go ahead and apply...

//Magnus

Attachment Content-Type Size
plperl.diff text/plain 800 bytes

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Gregory Stark 2007-07-24 11:42:38 Re: plperl warnings on win32
Previous Message Florian Weimer 2007-07-24 09:46:23 Re: Async Commit, v21 (now: v22)