Suppress compiler warnings in non-cassert builds.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 71e006f031310f77ab72881c47a7d8f41df748bb
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2016-08-24T03:21:10Z
Releases: 10.0
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

PathChange+/−
src/backend/access/gist/gistutil.c modified +1 −1
src/backend/utils/adt/amutils.c modified +1 −1