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:10 -0400 |
commit | b0c5da615ec45bcd24b97a1d55b1f489b9830a4b (patch) | |
tree | 6868b04f057f01372e6eb800b8e4f8505026b2dd /src/backend/jit/llvm/llvmjit_wrap.cpp | |
parent | db72302b0a846b0790ddc487c109d7c0880d4bcc (diff) | |
download | postgresql-b0c5da615ec45bcd24b97a1d55b1f489b9830a4b.tar.gz postgresql-b0c5da615ec45bcd24b97a1d55b1f489b9830a4b.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