]> git.saurik.com Git - bison.git/commit
tests: address g++-4.8 warnings.
authorAkim Demaille <akim@lrde.epita.fr>
Fri, 6 Jul 2012 09:07:32 +0000 (11:07 +0200)
committerAkim Demaille <akim@lrde.epita.fr>
Fri, 6 Jul 2012 09:11:28 +0000 (11:11 +0200)
commit8f064948c5369c606a11a87c030f16ca699662fa
tree472640271c49018fdbe3ccbb3c8c05b3d3d3d4bc
parent60aa04a236004d3d03f00aeaf07b643a52ef0760
tests: address g++-4.8 warnings.

list.yy: In function 'yy::parser::symbol_type yylex()':
list.yy:107:29: error: typedef 'token' locally defined but not used
  [-Werror=unused-local-typedefs]
   typedef yy::parser::token token;
                             ^

* tests/c++.at (AT_CHECK_VARIANTS): here.
tests/c++.at