From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | Robert Haas <robertmhaas(at)gmail(dot)com> |
Cc: | "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: Suppressing that pesky warning with older flex versions |
Date: | 2017-02-19 15:26:04 |
Message-ID: | 889.1487517964@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Robert Haas <robertmhaas(at)gmail(dot)com> writes:
> On Sat, Feb 18, 2017 at 10:40 PM, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
>> It seems like it would be quite simple and reliable to apply a patch
>> that inserts "(void) yyg;" into this function. (Which, indeed, is
>> essentially how flex 2.5.36 and later fixed it.)
> Sounds fine as a master-only fix, but I would vote against back-patching.
Agreed. I see no need to change this in stable branches; having -Werror
everywhere is mainly of value for development.
regards, tom lane
From | Date | Subject | |
---|---|---|---|
Next Message | Robert Haas | 2017-02-19 15:36:24 | Re: Documentation improvements for partitioning |
Previous Message | Tom Lane | 2017-02-19 15:23:42 | Re: drop support for Python 2.3 |