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