>>>>> "Noah" == Noah Misch <n...@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)

Reply via email to