Re: Synchronize with imath upstream - Mailing list pgsql-hackers

From Andrew Gierth
Subject Re: Synchronize with imath upstream
Date
Msg-id 87y36x76r7.fsf@news-spur.riddles.org.uk
Whole thread Raw
In response to Synchronize with imath upstream  (Noah Misch <noah@leadboat.com>)
Responses Re: Synchronize with imath upstream  (Noah Misch <noah@leadboat.com>)
List pgsql-hackers
>>>>> "Noah" == Noah Misch <noah@leadboat.com> writes:

 Noah> If the compiler supports -Wdeclaration-after-statement, I add
 Noah> -Wno-declaration-after-statement for imath.c.

I found it much simpler to strip out -Wdeclaration-after-statement
instead:

$(RYU_OBJS): override CFLAGS := $(filter-out -Wdeclaration-after-statement,$(CFLAGS))

-- 
Andrew (irc:RhodiumToad)


pgsql-hackers by date:

Previous
From: Andrew Gierth
Date:
Subject: Re: Ryu floating point output patch
Next
From: Noah Misch
Date:
Subject: Re: Synchronize with imath upstream