]> granicus.if.org Git - postgresql/commit
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:25 +0000 (10:51 -0400)
commit7ed1db3f4625c4cb873a21c380913433820d50ce
tree99b7cdac5b9d7ad8c946e5e2488eaa75c54cbcca
parent5b4555f90c08dd0d31572b22f5b2affdc4304b69
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