Suppress compiler warnings in non-cassert builds.

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

Commit: 5c0b74240cb1f25a09b9b38d7cb665c0935a5d81
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2016-08-24T03:21:22Z
Releases: 9.6.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