mirror of
https://github.com/boostorg/throw_exception.git
synced 2025-07-03 07:46:35 +02:00
Add <warnings>extra to test/Jamfile
This commit is contained in:
@ -8,6 +8,10 @@
|
||||
#include <boost/throw_exception.hpp>
|
||||
#include <cstdlib>
|
||||
|
||||
#if defined(_MSC_VER)
|
||||
# pragma warning(disable: 4702) // unreachable code
|
||||
#endif
|
||||
|
||||
class my_exception: public std::exception {};
|
||||
|
||||
int main()
|
||||
|
Reference in New Issue
Block a user