Re: Further news on Clang - spurious warnings

From: Peter Geoghegan <peter(at)2ndquadrant(dot)com>
To: PG Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Further news on Clang - spurious warnings
Date: 2011-08-03 09:25:31
Message-ID: CAEYLb_VudwRHHHQR+y5PjCEvHvC7aJmcycKS42=Z-AhqOvNEqg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Attached patch removes the tautologolical part of an evaluated
expression, fixing the problem flagged by this quite valid warning.

--
Peter Geoghegan       http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Training and Services

Attachment Content-Type Size
remove_tautology.patch text/x-patch 508 bytes

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Heikki Linnakangas 2011-08-03 09:34:26 Re: Further news on Clang - spurious warnings
Previous Message Florian Pflug 2011-08-03 08:50:07 Re: WIP fix proposal for bug #6123