On Tue, Jan 3, 2012 at 7:39 PM, Peter Geoghegan <[email protected]> wrote: > Yes, I know that these only appeared in GCC 4.6+ and as such are a > relatively recent phenomenon, but there has been some effort to > eliminate them, and if I could get a non-hacked -Werror build I'd feel > happy enough about excluding them as already outlined.
I just do this: echo COPT=-Werror > src/Makefile.custom ...which seems to work reasonably well. -- Robert Haas EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company -- Sent via pgsql-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers
