diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2018-08-24 10:51:10 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2018-08-24 10:51:25 -0400 |
commit | 7ed1db3f4625c4cb873a21c380913433820d50ce (patch) | |
tree | 99b7cdac5b9d7ad8c946e5e2488eaa75c54cbcca /src/backend/jit/llvm/llvmjit_wrap.cpp | |
parent | 5b4555f90c08dd0d31572b22f5b2affdc4304b69 (diff) | |
download | postgresql-7ed1db3f4625c4cb873a21c380913433820d50ce.tar.gz postgresql-7ed1db3f4625c4cb873a21c380913433820d50ce.zip |
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.
Diffstat (limited to 'src/backend/jit/llvm/llvmjit_wrap.cpp')
0 files changed, 0 insertions, 0 deletions