summaryrefslogtreecommitdiff
path: root/contrib/seg
diff options
context:
space:
mode:
authorTom Lane2008-08-25 23:12:45 +0000
committerTom Lane2008-08-25 23:12:45 +0000
commit3e4264ca359a7ce89e19778543b8a2f636277423 (patch)
tree5697f3e121807270905c7a8ee7624f235bc15568 /contrib/seg
parente5536e77a50e2b6a5881a2ce9ef1c6debcb5d909 (diff)
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.
Diffstat (limited to 'contrib/seg')
-rw-r--r--contrib/seg/segscan.l1
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/seg/segscan.l b/contrib/seg/segscan.l
index 817300993d..36da5fa395 100644
--- a/contrib/seg/segscan.l
+++ b/contrib/seg/segscan.l
@@ -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"