diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2008-07-09 20:07:59 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2008-07-09 20:07:59 +0000 |
commit | 7c053262af3765735b65d0ec650e3adda8f6696e (patch) | |
tree | 0209e199c3c0c91dec566f224d4365b55994160b | |
parent | d38d38eed3ac270a6bbad59e76f60e45ccce8773 (diff) | |
download | busybox-w32-7c053262af3765735b65d0ec650e3adda8f6696e.tar.gz busybox-w32-7c053262af3765735b65d0ec650e3adda8f6696e.tar.bz2 busybox-w32-7c053262af3765735b65d0ec650e3adda8f6696e.zip |
buld system: suppress a warning
-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 |