Skip to content

Commit

Permalink
Disable unreachable code warning for MSVC
Browse files Browse the repository at this point in the history
  • Loading branch information
igaztanaga committed Sep 30, 2024
1 parent 27e5a5d commit c4cfad7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/boost/container/detail/config_begin.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
#pragma warning (disable : 4671) // the copy constructor is inaccessible
#pragma warning (disable : 4673) // throwing '' the following types will not be considered at the catch site
#pragma warning (disable : 4675) // "method" should be declared "static" and have exactly one parameter
#pragma warning (disable : 4702) // unreachable code
#pragma warning (disable : 4706) // assignment within conditional expression
#pragma warning (disable : 4710) // function not inlined
#pragma warning (disable : 4714) // "function": marked as __forceinline not inlined
Expand Down

0 comments on commit c4cfad7

Please sign in to comment.