SL-10297 fix MSVC warning controls (merge error)
parent
50509a56b6
commit
4e4564dcf3
|
|
@ -58,7 +58,8 @@
|
|||
#include <gtest/gtest.h>
|
||||
#endif
|
||||
|
||||
#if LL_WINDOWS
|
||||
#if LL_MSVC
|
||||
#pragma warning (push)
|
||||
#pragma warning (disable : 4702) // warning C4702: unreachable code
|
||||
#endif
|
||||
#include <boost/iostreams/tee.hpp>
|
||||
|
|
|
|||
Loading…
Reference in New Issue