Compiler warning

Bruce Momjian <bruce@momjian.us>

From: Bruce Momjian <bruce@momjian.us>
To: PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2020-08-26T16:02:51Z
Lists: pgsql-hackers
I see a compiler warning on git master:

   sharedfileset.c:288:8: warning: variable ‘found’ set but not used [-Wunused-but-set-variable]

-- 
  Bruce Momjian  <bruce@momjian.us>        https://momjian.us
  EnterpriseDB                             https://enterprisedb.com

  The usefulness of a cup is in its emptiness, Bruce Lee




Commits

  1. Suppress compiler warning in non-cassert builds.