|
Boost : |
From: Craig Rodrigues (rodrigc_at_[hidden])
Date: 2002-03-04 21:50:34
Hi,
This gets rid of an "unused variable" warning
under gcc 3.1.
Index: operators_test.cpp
===================================================================
RCS file: /cvsroot/boost/boost/libs/utility/operators_test.cpp,v
retrieving revision 1.3
diff -u -u -r1.3 operators_test.cpp
--- operators_test.cpp 29 Nov 2001 21:22:52 -0000 1.3
+++ operators_test.cpp 5 Mar 2002 02:47:29 -0000
@@ -499,7 +499,6 @@
void operator()(boost::minstd_rand& randomizer) const
{
Big b1 = Big( randomizer() );
- Big b2 = Big( randomizer() );
Small s = Small( randomizer() );
test_left( Wrapped6<Big, Small>(b1), s, b1, s );
-- Craig Rodrigues http://www.gis.net/~craigr rodrigc_at_[hidden]
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk