Re: Compiler warning in master branch - Mailing list pgsql-hackers

From David Rowley
Subject Re: Compiler warning in master branch
Date
Msg-id CAApHDvrQcjRjUChEycp2BOv+xtJ8innEMGWoAgaqnkeeAtGVRQ@mail.gmail.com
Whole thread Raw
In response to Compiler warning in master branch  (Peter Geoghegan <pg@heroku.com>)
Responses Re: Compiler warning in master branch  (Kevin Grittner <kgrittn@ymail.com>)
List pgsql-hackers
On Mon, Nov 10, 2014 at 4:31 PM, Peter Geoghegan <pg@heroku.com> wrote:
I see this when I build at -O2 from master's tip:

gcc -O2 -Wall -Wmissing-prototypes -Wpointer-arith
-Wdeclaration-after-statement -Wendif-labels
-Wmissing-format-attribute -Wformat-security -fno-strict-aliasing
-fwrapv -fexcess-precision=standard -Werror -I../../../../src/include
-D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/libxml2   -c -o
brin_revmap.o brin_revmap.c -MMD -MP -MF .deps/brin_revmap.Po
brin_revmap.c: In function ‘brinRevmapExtend’:
brin_revmap.c:113:14: error: variable ‘mapBlk’ set but not used
[-Werror=unused-but-set-variable]
  BlockNumber mapBlk;
              ^

I'm using gcc 4.8.2 here.


It would appear just to need the attached.

Regards

David Rowley 
Attachment

pgsql-hackers by date:

Previous
From: Etsuro Fujita
Date:
Subject: Re: PENDING_LIST_CLEANUP_SIZE - maximum size of GIN pending list Re: HEAD seems to generate larger WAL regarding GIN index
Next
From: Amit Kapila
Date:
Subject: Re: [v9.5] Custom Plan API