]> git.saurik.com Git - bison.git/blobdiff - src/scan-gram.l
Pacify "gcc -Wunused" for the input function from Flex.
[bison.git] / src / scan-gram.l
index 697f52f054a73058ae287624c6fdf6ff9f757d46..13308bbeb9a7d1475c3bad0a332e669f2fc5242a 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 debug nodefault nounput noyywrap never-interactive
+%option debug nodefault noinput nounput noyywrap never-interactive
 %option prefix="gram_" outfile="lex.yy.c"
 
 %{