fix an MSVC warning about unused local variable
This commit is contained in:
parent
284ba08eb6
commit
4c1d5677aa
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ BOOST_AUTO_TEST_CASE( test_lexical_cast )
|
|||
/* A bad_lexical_cast should have been thrown already */
|
||||
BOOST_CHECK( false );
|
||||
}
|
||||
catch( const bad_lexical_cast &e) {
|
||||
catch( const bad_lexical_cast &) {
|
||||
// Don't do anything, we succeeded.
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue