From e9ac5f587763b48acc19268ce57e6bfd886a0561 Mon Sep 17 00:00:00 2001 From: Amar Tumballi Date: Fri, 20 Feb 2009 09:37:13 -0800 Subject: fix to remove ''input' defined but not used' warning in building glusterfs needed to complete the build scripts without warnings Signed-off-by: Anand V. Avati --- libglusterfs/src/spec.l | 1 + 1 file changed, 1 insertion(+) (limited to 'libglusterfs') diff --git a/libglusterfs/src/spec.l b/libglusterfs/src/spec.l index 0345730b2a3..317a17280ca 100644 --- a/libglusterfs/src/spec.l +++ b/libglusterfs/src/spec.l @@ -21,6 +21,7 @@ %x STRING %option prefix="yy" %option yylineno +%option noinput %{ #define YYSTYPE char * -- cgit