]> 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 6ef53511a674507ec2d42ca179f887e7e3d43bbb..6841b4a4eccaf817e78ebfc2e52cf7a8a1d20f1d 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"
 
 %{