summaryrefslogtreecommitdiff
path: root/src/backend/access/gist/gistxlog.c
diff options
context:
space:
mode:
authorTom Lane2021-12-12 23:06:03 +0000
committerTom Lane2021-12-12 23:06:03 +0000
commite51e8fb9f43372bf78d2f34deeee2490912bdb46 (patch)
treeaae695c9a68cca02d3d2c1f1fc308162e4d23d91 /src/backend/access/gist/gistxlog.c
parent202c587e2f28bc295f6935d044e20680b627e7a1 (diff)
Clean up compilation warnings coming from PL/Perl with clang-12~
clang-12 has introduced -Wcompound-token-split-by-macro, that is causing a large amount of warnings when building PL/Perl because of its interactions with upstream Perl. This commit adds one -Wno to CFLAGS at ./configure time if the flag is supported by the compiler to silence all those warnings. This back-patches commit 9ff47ea41 into out-of-support branches, pursuant to newly-established project policy. The point is to suppress scary-looking warnings so that people building these branches needn't expend brain cells verifying that it's safe to ignore the warnings. Discussion: https://postgr.es/m/[email protected]
Diffstat (limited to 'src/backend/access/gist/gistxlog.c')
0 files changed, 0 insertions, 0 deletions