]> git.saurik.com Git - bison.git/blobdiff - src/scan-code.l
Pacify "gcc -Wunused" for the input function from Flex.
[bison.git] / src / scan-code.l
index d976517d6fbacc08d32709e4890c21fb1a590d30..235800f8ca56c6e8b441cbe018c667369897600a 100644 (file)
@@ -17,7 +17,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 debug nodefault nounput noyywrap never-interactive
+%option debug nodefault noinput nounput noyywrap never-interactive
 %option prefix="code_" outfile="lex.yy.c"
 
 %{