Andrew Dunstan <[EMAIL PROTECTED]> writes:
> Tom Lane wrote:
>> I'd like to propose removing -Wold-style-definition from the default gcc
>> flags. It is cluttering my make logs with warnings that can't be got
>> rid of because they are about code generated by flex.
> Would it not be possible to suppress the warnings just for the
> flex-generated code?
IMHO it's not worth the trouble.
regards, tom lane
---------------------------(end of broadcast)---------------------------
TIP 9: the planner will ignore your desire to choose an index scan if your
joining column's datatypes do not match