Skip to content

Commit

Permalink
Disable warnings for compile-fail tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pdimov committed Jan 27, 2025
1 parent 314e9ea commit a2bd6f0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions test/Jamfile.v2
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,10 @@ run array7.cpp ;

compile array_constexpr.cpp ;

compile-fail array_getfail1.cpp ;
compile-fail array_getfail2.cpp ;
compile-fail array_getfail1.cpp
: <warnings>off ;
compile-fail array_getfail2.cpp
: <warnings>off ;

run array_hash.cpp
: : : [ requires cxx11_noexcept ] ;
Expand Down

0 comments on commit a2bd6f0

Please sign in to comment.