pgsql: Suppress uninitialized-variable warning in new SCRAM code.

2018-08-24 Thread Tom Lane
Suppress uninitialized-variable warning in new SCRAM code. While we generally don't sweat too much about "may be used uninitialized" warnings from older compilers, I noticed that there's a fair number of buildfarm animals that are producing such a warning *only* for this variable. So it seems wor

pgsql: Suppress uninitialized-variable warning in new SCRAM code.

2018-08-24 Thread Tom Lane
Suppress uninitialized-variable warning in new SCRAM code. While we generally don't sweat too much about "may be used uninitialized" warnings from older compilers, I noticed that there's a fair number of buildfarm animals that are producing such a warning *only* for this variable. So it seems wor