CVS HEAD compile warning

From: Neil Conway <neilc(at)samurai(dot)com>
To: PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Subject: CVS HEAD compile warning
Date: 2004-02-25 22:22:59
Message-ID: 87d682ajek.fsf@mailbox.samurai.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

$ cd src/interfaces/ecpg
$ make
[ ... ]
bison -y -d preproc.y
mv -f y.tab.c ./preproc.c
mv -f y.tab.h ./preproc.h
/usr/bin/flex -o'pgc.c' pgc.l
pgc.l:979: warning, -s option given but default rule can be matched

-Neil

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2004-02-25 22:42:56 Re: CVS HEAD compile warning
Previous Message Robert Treat 2004-02-25 15:46:16 Re: [HACKERS] [SQL] Materialized View Summary