Suppress new "may be used uninitialized" warning.

Noah Misch <noah@leadboat.com>

Commit: d14e94ac45795f5bf55ba80b2a6f5acd02702e0f
Author: Noah Misch <noah@leadboat.com>
Date: 2024-11-03T02:42:56Z
Releases: 15.9
Suppress new "may be used uninitialized" warning.

Buildfarm member mamba fails to deduce that the function never uses this
variable without initializing it.  Back-patch to v12, like commit
b412f402d1e020c5dac94f3bf4a005db69519b99.

Files

PathChange+/−
src/backend/catalog/index.c modified +2 −4