aboutsummaryrefslogtreecommitdiffstats
path: root/src/google/protobuf/wire_format_lite_inl.h
diff options
context:
space:
mode:
authorKristian Monsen <kristianm@google.com>2013-11-13 11:07:49 -0800
committerKristian Monsen <kristianm@google.com>2013-11-13 12:06:41 -0800
commitcd0ff6eb0b178cc1c3ed4300cd4066ea3a5c180b (patch)
treef901f78f20c6bfb5d00d6c2b4a8e2f596f43c9bf /src/google/protobuf/wire_format_lite_inl.h
parentac8e2e150716784a707587ae6e2c8b3a291a2ae7 (diff)
downloadexternal_protobuf-cd0ff6eb0b178cc1c3ed4300cd4066ea3a5c180b.zip
external_protobuf-cd0ff6eb0b178cc1c3ed4300cd4066ea3a5c180b.tar.gz
external_protobuf-cd0ff6eb0b178cc1c3ed4300cd4066ea3a5c180b.tar.bz2
Fix warnings warnings in header files, hide others.
Follow upstream where they have any changes in 2.5.0 Change-Id: I3466e9c11242f533a9dff8c1afef4202dd100f2e
Diffstat (limited to 'src/google/protobuf/wire_format_lite_inl.h')
-rw-r--r--src/google/protobuf/wire_format_lite_inl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/google/protobuf/wire_format_lite_inl.h b/src/google/protobuf/wire_format_lite_inl.h
index d7b2c30..3f0d7f8 100644
--- a/src/google/protobuf/wire_format_lite_inl.h
+++ b/src/google/protobuf/wire_format_lite_inl.h
@@ -222,7 +222,7 @@ inline const uint8* WireFormatLite::ReadPrimitiveFromArray<
}
template <typename CType, enum WireFormatLite::FieldType DeclaredType>
-inline bool WireFormatLite::ReadRepeatedPrimitive(int tag_size,
+inline bool WireFormatLite::ReadRepeatedPrimitive(int, // tag_size, unused
uint32 tag,
io::CodedInputStream* input,
RepeatedField<CType>* values) {