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/top.l | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/top.l') diff --git a/tests/top.l b/tests/top.l index 92a2c02..25f4773 100644 --- a/tests/top.l +++ b/tests/top.l @@ -41,7 +41,7 @@ %option reentrant %option 8bit header="top.h" prefix="test" -%option nounput nomain noyywrap +%option nounput nomain noyywrap noinput %option warn -- cgit v1.2.3