Add "%option noinput" to the scanners to avoid compiler warnings. GCC 4.3
authorPeter Eisentraut <peter_e@gmx.net>
Fri, 9 May 2008 15:36:31 +0000 (15:36 +0000)
committerPeter Eisentraut <peter_e@gmx.net>
Fri, 9 May 2008 15:36:31 +0000 (15:36 +0000)
commit9f7853349a91af8f986087563ff14c9eaa28ac72
tree94d267b480200deaff78cf18f81c6f2b57cb9c8a
parent0502beef04f60a77b637f5b9a21cce2e749b4760
Add "%option noinput" to the scanners to avoid compiler warnings.  GCC 4.3
began to realize that the input() function isn't used and printed warnings.
src/backend/bootstrap/bootscanner.l
src/backend/parser/scan.l
src/backend/utils/misc/guc-file.l
src/bin/psql/psqlscan.l
src/interfaces/ecpg/preproc/pgc.l
src/pl/plpgsql/src/scan.l