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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Suppress uninitialized-variable warning in new SCRAM code.
Date: 2018-08-24 14:51:39
Message-ID: E1ftDR5-00066s-QO@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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.

Branch
------
REL_11_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/7ed1db3f4625c4cb873a21c380913433820d50ce

Modified Files
--------------
src/backend/libpq/auth.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2018-08-24 17:34:40 pgsql: LLVMJIT: LLVMGetHostCPUFeatures now is upstream, use LLMV versio
Previous Message Michael Paquier 2018-08-24 13:55:49 pgsql: Fix documentation for run-time partition pruning