Commit b33bdb21 authored by Victor Zverovich's avatar Victor Zverovich

Disable "secure" warnings.

parent d8f1ee17
......@@ -41,6 +41,9 @@ using fmt::Formatter;
using fmt::Format;
using fmt::FormatError;
// Disable useless MSVC warnings.
#define _CRT_SECURE_NO_WARNINGS
#define FORMAT_TEST_THROW_(statement, expected_exception, message, fail) \
GTEST_AMBIGUOUS_ELSE_BLOCKER_ \
if (::testing::internal::ConstCharPtr gtest_msg = "") { \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment