Re: Warnings in CVS build (Linux) - Mailing list pgsql-hackers

From Thomas Lockhart
Subject Re: Warnings in CVS build (Linux)
Date
Msg-id 3BE00D0C.1F063414@fourpalms.org
Whole thread Raw
In response to Warnings in CVS build (Linux)  (Philip Warner <pjw@rhyme.com.au>)
List pgsql-hackers
> Some warnings in current CVS build in Linux (SuSE 7.2):
> pgc.c: In function `yylex':
> pgc.c:1243: warning: label `find_rule' defined but not used
> pgc.l: At top level:
> pgc.c:3090: warning: `yy_flex_realloc' defined but not used

These are normal; the code automatically generated by lex defines these
routines.

> odbcapi.c:140: warning: no previous prototype for `SQLDataSources'

Hmm. This is a stubbed-out routine; can someone add the prototype in the
appropriate place? Maybe isql.h?

> In file included from plperl.c:82:
> /usr/lib/perl5/5.6.1/i586-linux/CORE/perl.h:2155: warning: `DEBUG' redefined
> ../../../src/include/utils/elog.h:22: warning: this is the location of the
> previous definition
> In file included from SPI.xs:41:
> /usr/lib/perl5/5.6.1/i586-linux/CORE/perl.h:2155: warning: `DEBUG' redefined
> ../../../src/include/utils/elog.h:22: warning: this is the location of the
> previous definition

Yuck.
                    - Thomas


pgsql-hackers by date:

Previous
From: mlw
Date:
Subject: Re: Query planner, 7.2b1 select ... order by
Next
From: Thomas Lockhart
Date:
Subject: Re: timetz regression test is showing several DST-related failures