Suppress uninitialized-variable warning in new SCRAM code.
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 24 Aug 2018 14:51:10 +0000 (10:51 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 24 Aug 2018 14:51:10 +0000 (10:51 -0400)
commitb0c5da615ec45bcd24b97a1d55b1f489b9830a4b
tree6868b04f057f01372e6eb800b8e4f8505026b2dd
parentdb72302b0a846b0790ddc487c109d7c0880d4bcc
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.
src/backend/libpq/auth.c