pgsql/src/pl/plpgsql/src Makefile

Started by Peter Eisentraut - PostgreSQLalmost 25 years ago2 messagescomitters
Jump to latest

CVSROOT: /home/projects/pgsql/cvsroot
Module name: pgsql
Changes by: petere@hub.org 01/08/21 12:25:21

Modified files:
src/pl/plpgsql/src: Makefile

Log message:
Add -Wno-error because of "unclean" flex output.

#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Peter Eisentraut - PostgreSQL (#1)
Re: pgsql/src/pl/plpgsql/src Makefile

Peter Eisentraut - PostgreSQL <petere@hub.org> writes:

Log message:
Add -Wno-error because of "unclean" flex output.

If you're gonna do that, ecpg needs the same thing. On the other hand,
backend/bootstrap currently forces -Wno-error, but no longer has a
reason to do so AFAICS.

regards, tom lane