Fixed unused variables that show up as warnings when doing regression

tests.


[SVN r11241]
This commit is contained in:
Darin Adler
2001-09-24 23:21:16 +00:00
parent 4503ed841b
commit 9559531c52

View File

@ -405,7 +405,7 @@ void cons_test()
BOOST_TEST(make_tuple(3,2,1)==c);
cons<char, cons<int, cons<float, null_type> > > x;
dummy(x);
#endif
}