Arto Bendiken fa2366ba12 Fixed -Wunused-value warnings from Clang 3.4 in THROWS/NOTHROW use.
These warnings were emitted by test suites that included any test
cases for std::bad_cast exceptions being thrown or not thrown, as
per the following example:

    REQUIRE_THROWS_AS((bool)my_object, std::bad_cast);
2014-03-20 04:15:17 +01:00
..
2014-03-17 18:40:58 +00:00
2014-03-17 18:40:58 +00:00
2013-12-12 23:02:31 +00:00
2014-01-08 17:17:31 +00:00
2014-03-01 10:38:14 +00:00
2013-07-03 19:14:59 +01:00
2013-07-02 08:49:29 +01:00
2013-07-25 08:18:09 +01:00
2014-03-17 18:40:58 +00:00
2013-08-16 19:08:39 +01:00
2013-08-16 19:08:39 +01:00
2013-07-03 08:25:11 +01:00
2014-03-17 18:40:58 +00:00