diff options
author | Tom Lane | 2022-01-23 16:09:00 +0000 |
---|---|---|
committer | Tom Lane | 2022-01-23 16:09:38 +0000 |
commit | bd110e250e9d9291d7fc1ea12ddd5d177a2460bd (patch) | |
tree | 2937b71c69f3991a24b186ddb48f937284557984 /doc/src | |
parent | 5e9fe25307711030ca7168b78a369e30e1980887 (diff) |
Suppress variable-set-but-not-used warning from clang 13.
In the normal configuration where GEQO_DEBUG isn't defined,
recent clang versions have started to complain that geqo_main.c
accumulates the edge_failures count but never does anything
with it. As a minimal back-patchable fix, insert a void cast
to silence this warning. (I'd speculated about ripping out the
GEQO_DEBUG logic altogether, but I don't think we'd wish to
back-patch that.)
Per recently-established project policy, this is a candidate
for back-patching into out-of-support branches: it suppresses
an annoying compiler warning but changes no behavior. Hence,
back-patch all the way to 9.2.
Discussion: https://postgr.es/m/CA+hUKGLTSZQwES8VNPmWO9AO0wSeLt36OCPDAZTccT1h7Q7kTQ@mail.gmail.com
Diffstat (limited to 'doc/src')
0 files changed, 0 insertions, 0 deletions