summaryrefslogtreecommitdiffstats
path: root/googletest/include/gtest
diff options
context:
space:
mode:
authordmauro <dmauro@google.com>2020-10-15 12:38:46 -0400
committerDerek Mauro <dmauro@google.com>2020-10-15 13:32:43 -0400
commit3c95bf552405fd0cc63cea0ca2f6c4cd89c8d356 (patch)
tree3cd165fd0339cd5c999a3d1cc871c42d9cd7f518 /googletest/include/gtest
parentebbeee39f5f97d15799d239344b01b12f3025ba6 (diff)
downloadgoogletest-3c95bf552405fd0cc63cea0ca2f6c4cd89c8d356.tar.gz
googletest-3c95bf552405fd0cc63cea0ca2f6c4cd89c8d356.zip
Googletest export
Fixes build warnings from previous CL Add CMake to internal presubmit to prevent these PiperOrigin-RevId: 337325504
Diffstat (limited to 'googletest/include/gtest')
-rw-r--r--googletest/include/gtest/internal/gtest-internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/googletest/include/gtest/internal/gtest-internal.h b/googletest/include/gtest/internal/gtest-internal.h
index 0500dea6..d990c0f6 100644
--- a/googletest/include/gtest/internal/gtest-internal.h
+++ b/googletest/include/gtest/internal/gtest-internal.h
@@ -287,7 +287,7 @@ class FloatingPoint {
//
// See the following article for more details on ULP:
// http://randomascii.wordpress.com/2012/02/25/comparing-floating-point-numbers-2012-edition/
- static const size_t kMaxUlps = 4;
+ static const uint32_t kMaxUlps = 4;
// Constructs a FloatingPoint from a raw floating-point number.
//
OpenPOWER on IntegriCloud