Re: [HACKERS] gcc 4.6 warnings -Wunused-but-set-variable

2011-04-27 Thread Peter Eisentraut
On tis, 2011-03-29 at 23:48 +0300, Peter Eisentraut wrote: > As you might have heard, GCC 4.6 was released the other day. It > generates a bunch of new warnings with the PostgreSQL source code, most > of which belong to the new warning scenario -Wunused-but-set-variable, > which is included in -Wa

Re: [HACKERS] gcc 4.6 warnings -Wunused-but-set-variable

2011-03-30 Thread Robert Haas
On Tue, Mar 29, 2011 at 4:48 PM, Peter Eisentraut wrote: > As you might have heard, GCC 4.6 was released the other day.  It > generates a bunch of new warnings with the PostgreSQL source code, most > of which belong to the new warning scenario -Wunused-but-set-variable, > which is included in -Wal