mirror of
https://github.com/boostorg/exception.git
synced 2025-07-29 12:07:20 +02:00
Suppressing warnings. Please report any problems (may have broken something!)
[SVN r58072]
This commit is contained in:
@ -7,7 +7,11 @@
|
||||
|
||||
import testing ;
|
||||
|
||||
project : requirements <exception-handling>on ;
|
||||
project
|
||||
: requirements
|
||||
<exception-handling>on
|
||||
<warnings>all
|
||||
;
|
||||
|
||||
#to_string
|
||||
|
||||
@ -45,7 +49,6 @@ compile-fail error_info_const_fail.cpp ;
|
||||
compile exception_ptr_hpp_test.cpp ;
|
||||
compile diagnostic_information_hpp_test.cpp ;
|
||||
compile error_info_hpp_test.cpp ;
|
||||
compile exception_hpp_test.cpp ;
|
||||
compile get_error_info_hpp_test.cpp ;
|
||||
compile info_hpp_test.cpp ;
|
||||
compile info_tuple_hpp_test.cpp ;
|
||||
|
Reference in New Issue
Block a user