svn commit: trunk/busybox/scripts/kconfig
vda at busybox.net
vda at busybox.net
Wed Jul 9 13:08:01 PDT 2008
Author: vda
Date: 2008-07-09 13:07:59 -0700 (Wed, 09 Jul 2008)
New Revision: 22720
Log:
buld system: suppress a warning
Modified:
trunk/busybox/scripts/kconfig/lex.zconf.c_shipped
Changeset:
Modified: trunk/busybox/scripts/kconfig/lex.zconf.c_shipped
===================================================================
--- trunk/busybox/scripts/kconfig/lex.zconf.c_shipped 2008-07-09 19:48:43 UTC (rev 22719)
+++ trunk/busybox/scripts/kconfig/lex.zconf.c_shipped 2008-07-09 20:07:59 UTC (rev 22720)
@@ -842,6 +842,9 @@
static int yy_flex_strlen (yyconst char * );
#endif
+//bbox: suppressing "defined but not used" warning
+#define YY_NO_INPUT 1
+
#ifndef YY_NO_INPUT
#ifdef __cplusplus
More information about the busybox-cvs
mailing list