Fix warnings in lexical_cast found by Boost Inspection program (copyrights restored according to svn history, license text replaced with license name and link to it)

[SVN r85149]
This commit is contained in:
Antony Polukhin
2013-07-24 08:46:08 +00:00
parent a65fcf571f
commit 5f44bdcae8
5 changed files with 29 additions and 12 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ int test_main(int, char*[])
{
foo x = implicit_cast<foo>("foobar");
(void)x; // warning suppression.
BOOST_CHECK(false); // suppressing warning about boost::unit_test::{anonymous}::unit_test_log defined but not used
BOOST_CHECK(false); // suppressing warning about 'boost::unit_test::{anonymous}::unit_test_log' defined but not used
return 0;
}