diff options
-rw-r--r-- | scripts/kconfig/lex.zconf.c_shipped | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/kconfig/lex.zconf.c_shipped b/scripts/kconfig/lex.zconf.c_shipped index 7a4ca2c16..b4792d344 100644 --- a/scripts/kconfig/lex.zconf.c_shipped +++ b/scripts/kconfig/lex.zconf.c_shipped | |||
@@ -842,6 +842,9 @@ static void yy_flex_strncpy (char *,yyconst char *,int ); | |||
842 | static int yy_flex_strlen (yyconst char * ); | 842 | static int yy_flex_strlen (yyconst char * ); |
843 | #endif | 843 | #endif |
844 | 844 | ||
845 | //bbox: suppressing "defined but not used" warning | ||
846 | #define YY_NO_INPUT 1 | ||
847 | |||
845 | #ifndef YY_NO_INPUT | 848 | #ifndef YY_NO_INPUT |
846 | 849 | ||
847 | #ifdef __cplusplus | 850 | #ifdef __cplusplus |