Re: Synchronize with imath upstream

From: Andrew Gierth <andrew(at)tao11(dot)riddles(dot)org(dot)uk>
To: Noah Misch <noah(at)leadboat(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Synchronize with imath upstream
Date: 2019-02-03 07:14:13
Message-ID: 87lg2x73cg.fsf@news-spur.riddles.org.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

>>>>> "Noah" == Noah Misch <noah(at)leadboat(dot)com> writes:

Noah> - # -Wdeclaration-after-statement isn't applicable for C++
Noah> + # -Wdeclaration-after-statement isn't applicable for C++. Specific C files
Noah> + # disable it, so AC_SUBST the negative form.
Noah> + PERMIT_DECLARATION_AFTER_STATEMENT=
Noah> + if test x"$save_CFLAGS" != "$CFLAGS"; then

Missing "x" here?

+ if test x"$save_CFLAGS" != x"$CFLAGS"; then

--
Andrew (irc:RhodiumToad)

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Fabien COELHO 2019-02-03 07:37:17 Re: Removing \cset from pgbench
Previous Message David Rowley 2019-02-03 07:12:09 Re: pg_dump multi VALUES INSERT