mirror of
https://git.mirrors.martin98.com/https://github.com/google/googletest.git
synced 2025-09-23 05:33:15 +08:00
more warnings
This commit is contained in:
parent
eb3e4aac2e
commit
1831ac9361
@ -52,7 +52,7 @@ namespace internal {
|
||||
// C4805('==': unsafe mix of type 'const int' and type 'const bool')
|
||||
#ifdef _MSC_VER
|
||||
# pragma warning(push)
|
||||
# pragma warning(disable: 4100 C4805)
|
||||
# pragma warning(disable: 4100, C4805)
|
||||
#endif
|
||||
|
||||
// Joins a vector of strings as if they are fields of a tuple; returns
|
||||
|
Loading…
x
Reference in New Issue
Block a user