OSDN Git Service

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)
commitd35c56ed9f26631d050463cd61a7bdd51b358fa6
tree49468a132e820a3f5e50cbce4ded06683a305083
parent6e3e60095dd4ad882d57468a25f4d76403100b33
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