Re: pgsql: Suppress compiler warnings about useless comparison of unsigned

From: Andres Freund <andres(at)anarazel(dot)de>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql: Suppress compiler warnings about useless comparison of unsigned
Date: 2016-02-15 22:23:57
Message-ID: 20160215222357.GF25464@awork2.anarazel.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

On 2016-02-15 22:12:25 +0000, Tom Lane wrote:
> Suppress compiler warnings about useless comparison of unsigned to zero.

As Peter just noticed, I sent my email confirming that this fixes the
warning for my compiler, as a repl to the wrong commit message. One down
press too many... But even replying to the wrong commit message, it
still remains true.

Andres

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2016-02-15 23:37:18 pgsql: pgbench: avoid FD_ISSET on an invalid file descriptor
Previous Message Peter Geoghegan 2016-02-15 22:19:32 Re: pgsql: Allow SetHintBits() to succeed if the buffer's LSN is new enough