aboutsummaryrefslogtreecommitdiff
path: root/src/backend/executor/nodeModifyTable.c
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2022-09-20 18:59:53 -0400
committerTom Lane <tgl@sss.pgh.pa.us>2022-09-20 18:59:53 -0400
commitdcd7dbed50085eed92ff9733dca54e0fe5518c78 (patch)
treef94ab9bfd92aaf6631a8c3957b7811c36d8d8473 /src/backend/executor/nodeModifyTable.c
parent2e124d857a64a91d2b70afdbed6156d753089771 (diff)
downloadpostgresql-dcd7dbed50085eed92ff9733dca54e0fe5518c78.tar.gz
postgresql-dcd7dbed50085eed92ff9733dca54e0fe5518c78.zip
Disable -Wdeprecated-non-prototype in the back branches.
There doesn't seem to be any good ABI-preserving way to silence clang 15's -Wdeprecated-non-prototype warnings about our tree-walk APIs. While we've fixed it properly in HEAD, the only way to not see hundreds of these in the back branches is to disable the warnings. We're not going to do anything about them, so we might as well disable them. I noticed that we also get some of these warnings about fmgr.c's support for V0 function call convention, in branches before v10 where we removed that. That's another area we aren't going to change, so turning off the warning seems fine for that too. Per project policy, this is a candidate for back-patching into out-of-support branches: it suppresses annoying compiler warnings but changes no behavior. Hence, back-patch all the way to 9.2. Discussion: https://postgr.es/m/CA+hUKGKpHPDTv67Y+s6yiC8KH5OXeDg6a-twWo_xznKTcG0kSA@mail.gmail.com
Diffstat (limited to 'src/backend/executor/nodeModifyTable.c')
0 files changed, 0 insertions, 0 deletions