This commit is contained in:
Gennadiy Civil 2018-04-16 11:41:36 -04:00
parent e9eff488f9
commit 1944bc0f51

View File

@ -35,7 +35,7 @@
// possible loss of data
#ifdef _MSC_VER
# pragma warning(push)
# pragma warning(disable:C4244)
# pragma warning(disable:4244)
#endif
#include "gmock/gmock-generated-matchers.h"