Thread: pgsql: Suppress compiler warnings in non-cassert builds.

pgsql: Suppress compiler warnings in non-cassert builds.

From
Tom Lane
Date:
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.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/71e006f031310f77ab72881c47a7d8f41df748bb

Modified Files
--------------
src/backend/access/gist/gistutil.c | 2 +-
src/backend/utils/adt/amutils.c    | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)