summaryrefslogtreecommitdiffstats
path: root/googletest/include/gtest/internal
diff options
context:
space:
mode:
authordmauro <dmauro@google.com>2020-10-15 16:38:46 (GMT)
committerDerek Mauro <dmauro@google.com>2020-10-15 17:32:43 (GMT)
commit3c95bf552405fd0cc63cea0ca2f6c4cd89c8d356 (patch)
tree3cd165fd0339cd5c999a3d1cc871c42d9cd7f518 /googletest/include/gtest/internal
parentebbeee39f5f97d15799d239344b01b12f3025ba6 (diff)
downloadgoogletest-3c95bf552405fd0cc63cea0ca2f6c4cd89c8d356.zip
googletest-3c95bf552405fd0cc63cea0ca2f6c4cd89c8d356.tar.gz
googletest-3c95bf552405fd0cc63cea0ca2f6c4cd89c8d356.tar.bz2
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/internal')
-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 0500dea..d990c0f 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.
//