Re: compiler warning - Mailing list pgsql-hackers

From Tom Lane
Subject Re: compiler warning
Date
Msg-id 12548.1249241600@sss.pgh.pa.us
Whole thread Raw
In response to compiler warning  (Jeff Davis <pgsql@j-davis.com>)
List pgsql-hackers
Jeff Davis <pgsql@j-davis.com> writes:
> A little while ago, I saw a compiler warning creep in:
> In file included from gram.y:11202:
> scan.c: In function ‘yy_try_NUL_trans’:
> scan.c:15765: warning: unused variable ‘yyg’

Yeah, this is a bogosity in the current release of "flex".
http://sourceforge.net/tracker/index.php?func=detail&aid=2820457&group_id=97492&atid=618177
        regards, tom lane


pgsql-hackers by date:

Previous
From: Jeff Davis
Date:
Subject: compiler warning
Next
From: Euler Taveira de Oliveira
Date:
Subject: Re: WIP: to_char, support for EEEE format