From 874dd74ceba67c19f0df3bb46b1c216a23f52d2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mariusz=20Pluci=C5=84ski?= Date: Fri, 25 Jul 2014 18:03:39 +0200 Subject: Fix `unused function` warnings in tests --- tests/alloc_extra.l | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/alloc_extra.l') diff --git a/tests/alloc_extra.l b/tests/alloc_extra.l index 14e1837..2c582a8 100644 --- a/tests/alloc_extra.l +++ b/tests/alloc_extra.l @@ -49,7 +49,7 @@ void *yyalloc ( size_t size, yyscan_t scanner ); %} %option 8bit prefix="test" -%option nounput nomain noyywrap nodefault +%option nounput nomain noyywrap nodefault noinput %option warn %option extra-type="struct Check *" %option reentrant -- cgit v1.2.3