diff options
author | Daniel Gustafsson <dgustafsson@postgresql.org> | 2021-11-30 14:02:37 +0100 |
---|---|---|
committer | Daniel Gustafsson <dgustafsson@postgresql.org> | 2021-11-30 14:02:37 +0100 |
commit | e7122548a3f754060db1767582148b3559fe8d43 (patch) | |
tree | ff4723f97d0a157509a8cb1b95d987011786ee93 /src/backend/access/gist/gist.c | |
parent | ac0db34e0e5c7ee6f8b5c33c264de3e671fbd4f7 (diff) | |
download | postgresql-e7122548a3f754060db1767582148b3559fe8d43.tar.gz |
Disable unused-variable warning C4101 in MSVC
The C4101 warning for unused variable cannot be individually suppressed
with PG_USED_FOR_ASSERTS_ONLY, and thus cause false-positive warnings
for variables which are defined but only read/written in an assertion.
Until a satisfactory solution for per-variable suppression like how we
do for gcc and clang, disable the warning.
Discussion: https://postgr.es/m/CAJcOf-c+KniGAp31pn8TC=9a-WHXpkX-3+8-2BkaCsZchhu=8w@mail.gmail.com
Diffstat (limited to 'src/backend/access/gist/gist.c')
0 files changed, 0 insertions, 0 deletions