Re: 7.4beta compile warning - Mailing list pgsql-hackers

From Tom Lane
Subject Re: 7.4beta compile warning
Date
Msg-id 23744.1060353691@sss.pgh.pa.us
Whole thread Raw
In response to 7.4beta compile warning  (Gaetano Mendola <mendola@bigfoot.com>)
List pgsql-hackers
Gaetano Mendola <mendola@bigfoot.com> writes:
> gcc -O2 -Wall -Wmissing-prototypes -Wmissing-declarations
> -I../../../src/include   -c -o execScan.o execScan.c
> execScan.c: In function `tlist_matches_tupdesc':
> execScan.c:199: warning: unused variable `att_tup'

Looks like you're the first person to build 7.4 without --enable-cassert
... or at least the first one who looked for warning messages.  Fixed.

> In file included from preproc.y:6278:
> pgc.c: In function `yylex':
> pgc.c:1386: warning: label `find_rule' defined but not used
> /usr/include/ctype.h: At top level:
> pgc.c:3367: warning: `yy_flex_realloc' defined but not used

These are flex's fault.  We could get around them but the work needed
is unreasonable.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: Moved simple_prompt()/sprompt.c
Next
From: Tom Lane
Date:
Subject: Re: getting confused parsing ACLITEMS...