plperl warning

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: PostgreSQL-development <pgsql-hackers(at)postgreSQL(dot)org>
Subject: plperl warning
Date: 2005-07-10 20:12:03
Message-ID: 200507102012.j6AKC3822269@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

I am seeing this compile warning in plperl:

gcc -O2 -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing
-O1 -Wall -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith
-Wcast-align -fpic -I. -I../../../src/include
-I/usr/local/include/readline -I/usr/contrib/include
-I/usr/libdata/perl5/5.00503/i386-bsdos/CORE -c -o plperl.o plperl.c
plperl.c: In function `plperl_spi_query':

plperl.c:1622: warning: passing arg 1 of `Perl_newSVpv' discards
qualifiers from pointer target type

Is anyone else seeing this? This is with:

Summary of my perl5 (5.0 patchlevel 5 subversion 3) configuration:

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andrew Dunstan 2005-07-10 20:31:17 Re: suspicious pointer/integer coersion
Previous Message Tom Lane 2005-07-10 20:11:02 Re: suspicious pointer/integer coersion