]> git.saurik.com Git - bison.git/commit
tests: beware that clang warns about "#define private public"
authorAkim Demaille <akim@lrde.epita.fr>
Tue, 11 Aug 2015 12:05:29 +0000 (14:05 +0200)
committerAkim Demaille <akim@lrde.epita.fr>
Wed, 12 Aug 2015 11:56:06 +0000 (13:56 +0200)
commit3e8d1bd05331163c8047b2ab2a4c9fc38de5f35e
tree31e1064d8d5969c70819a2c6a98d4236b552963c
parent32ea6125e32103c7f3f78d20723056801c752acc
tests: beware that clang warns about "#define private public"

We use this trick to write some test about internal details.  But
since we use -Werror, clang++ 3.6 dies issueing a warning about it.

* configure.ac (warn_tests): Disable this warning.
configure.ac