Suppress uninitialized-variable warning in new SCRAM code.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 7ed1db3f4625c4cb873a21c380913433820d50ce
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2018-08-24T14:51:25Z
Releases: 11.0
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 worth silencing.

Files

PathChange+/−
src/backend/libpq/auth.c modified +1 −1