1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-28 23:42:10 +03:00

Add %option noinput to contrib's flex scanners, to suppress gcc 4.3

warnings.  Peter did this for core awhile ago but evidently missed
contrib.
This commit is contained in:
Tom Lane
2008-08-25 23:12:45 +00:00
parent e5536e77a5
commit 3e4264ca35
2 changed files with 3 additions and 1 deletions

View File

@ -27,6 +27,7 @@ void seg_scanner_finish(void);
%option 8bit
%option never-interactive
%option nodefault
%option noinput
%option nounput
%option noyywrap
%option prefix="seg_yy"