Compiler warning

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Compiler warning
Date: 2020-08-26 16:02:51
Message-ID: 20200826160251.GB21909@momjian.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
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(at)momjian(dot)us> https://momjian.us
EnterpriseDB https://enterprisedb.com

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

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2020-08-26 16:08:48 Re: Compiler warning
Previous Message Mark Dilger 2020-08-26 15:57:53 Re: factorial function/phase out postfix operators?