pgsql/src/pl/plpgsql/src Makefile
Started by Peter Eisentraut - PostgreSQLalmost 25 years ago2 messagescomitters
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.
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