Fixes compiler warning when built with -std=c++0x.

This commit is contained in:
vladlosev
2010-10-22 01:33:11 +00:00
parent 50f4deb1cf
commit 25958f3e4c
4 changed files with 33 additions and 22 deletions

View File

@@ -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