]> git.saurik.com Git - bison.git/blobdiff - src/scan-skel.l
Pacify "gcc -Wunused" for the input function from Flex.
[bison.git] / src / scan-skel.l
index b315951cacb85e936dcd40ab3e1801b8e880c9a9..58cee42641faa91a01bc0dd78638c65120e99385 100644 (file)
@@ -18,7 +18,7 @@
    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
-%option nodefault noyywrap nounput never-interactive debug
+%option nodefault noyywrap noinput nounput never-interactive debug
 %option prefix="skel_" outfile="lex.yy.c"
 
 %{