diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2021-11-18 14:50:13 -0500 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2021-11-18 14:50:13 -0500 |
commit | ed1c261a00e51f7f216911df2278827ba8cc211f (patch) | |
tree | 0bea38b6ab53d3c569fb55da2a0452c58f213b24 /src/backend/commands/explain.c | |
parent | 048f3ee618552790125a5412b5c8a4b48a36a480 (diff) | |
download | postgresql-ed1c261a00e51f7f216911df2278827ba8cc211f.tar.gz postgresql-ed1c261a00e51f7f216911df2278827ba8cc211f.zip |
Use appropriate -Wno-warning switches when compiling bitcode.
We use "clang" to compile bitcode files for LLVM inlining. That might
be different from the build's main C compiler, so it needs its own set
of compiler flags. To simplify configure, we don't bother adding any
-W switches to that flag set; there's little need since the main build
will show us any warnings. However, if we don't want to see unwanted
warnings, we still have to add any -Wno-warning switches we'd normally
use with clang.
This escaped notice before commit 9ff47ea41, which tried to add
-Wno-compound-token-split-by-macro; buildfarm animals using mismatched
CC and CLANG still showed those warnings. I'm not sure why we never
saw any effects from the lack of -Wno-unused-command-line-argument
(maybe that's only activated by -Wall?). clang does not currently
support -Wno-format-truncation or -Wno-stringop-truncation, although
in the interests of future-proofing and consistency I included tests
for those.
Back-patch to v11 where we started building bitcode files.
Discussion: https://postgr.es/m/2921539.1637254619@sss.pgh.pa.us
Diffstat (limited to 'src/backend/commands/explain.c')
0 files changed, 0 insertions, 0 deletions