Suppress compiler warnings in non-cassert builds.
Tom Lane <tgl@sss.pgh.pa.us>
Suppress compiler warnings in non-cassert builds. With Asserts off, these variables are set but never used, resulting in warnings from pickier compilers. Fix that with our standard solution. Per report from Jeff Janes.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/access/gist/gistutil.c | modified | +1 −1 |
| src/backend/utils/adt/amutils.c | modified | +1 −1 |