mirror of
https://github.com/postgres/postgres.git
synced 2025-11-19 13:42:17 +03:00
Add "%option warn" to all flex input files that lacked it.
This is recommended in the flex manual, and there seems no good reason not to use it everywhere.
This commit is contained in:
@@ -84,6 +84,7 @@ static struct _if_value
|
||||
%option nodefault
|
||||
%option noinput
|
||||
%option noyywrap
|
||||
%option warn
|
||||
|
||||
%option yylineno
|
||||
|
||||
|
||||
Reference in New Issue
Block a user