aboutsummaryrefslogtreecommitdiffstats
path: root/include/gtest/gtest-printers.h
diff options
context:
space:
mode:
authorvladlosev <vladlosev@861a406c-534a-0410-8894-cb66d6ee9925>2010-10-22 01:33:11 +0000
committervladlosev <vladlosev@861a406c-534a-0410-8894-cb66d6ee9925>2010-10-22 01:33:11 +0000
commit25958f3e4c4097caca8347b7937f5f6fb26d6c56 (patch)
tree7a9633942ef81e21ec74834e715777e2e062fb43 /include/gtest/gtest-printers.h
parent50f4deb1cf3ef32282c13b7cb84a81b1bf61e0d8 (diff)
downloadgoogletest-25958f3e4c4097caca8347b7937f5f6fb26d6c56.tar.gz
googletest-25958f3e4c4097caca8347b7937f5f6fb26d6c56.tar.bz2
googletest-25958f3e4c4097caca8347b7937f5f6fb26d6c56.zip
Fixes compiler warning when built with -std=c++0x.
Diffstat (limited to 'include/gtest/gtest-printers.h')
-rw-r--r--include/gtest/gtest-printers.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/gtest/gtest-printers.h b/include/gtest/gtest-printers.h
index 7d90f00a..a86a4a34 100644
--- a/include/gtest/gtest-printers.h
+++ b/include/gtest/gtest-printers.h
@@ -121,7 +121,7 @@ enum TypeKind {
kProtobuf, // a protobuf type
kConvertibleToInteger, // a type implicitly convertible to BiggestInt
// (e.g. a named or unnamed enum type)
- kOtherType, // anything else
+ kOtherType // anything else
};
// TypeWithoutFormatter<T, kTypeKind>::PrintValue(value, os) is called