MSVC: fix several compiler warnings
This commit is contained in:
@@ -2,6 +2,10 @@
|
||||
|
||||
#include "gtest/gtest.h"
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#pragma warning(disable : 4996)
|
||||
#endif
|
||||
|
||||
#include "Base/Exception.h"
|
||||
#include "Base/Reader.h"
|
||||
#include <array>
|
||||
|
||||
Reference in New Issue
Block a user