Thread: Re: [HACKERS] Compiler warning

Re: [HACKERS] Compiler warning

From
Magnus Hagander
Date:


On Dec 24, 2016 01:21, "Bruce Momjian" <bruce@momjian.us> wrote:
I am seeing this compiler warning in the 9.4 branch:

 9.4:  basebackup.c:1284:6: warning: variable 'wait_result' set but not used [-Wunused-but-set-variable]

This is on Debian Jessie with gcc version 4.9.2.  It is from this commit:

        commit f6508827afe76b2c3735a9ce073620e708d60c79
     

Hi! 

This was already reported by Dean back on the thread on - committers, including one question still to be investigated. I plan to get back to it when I get back from Christmas holidays. 

/Magnus