From 75fcd790c4702f5b837666016310d4ddb4d88f0d Mon Sep 17 00:00:00 2001 From: "kenton@google.com" Date: Fri, 7 Aug 2009 21:51:30 +0000 Subject: Silence pedantic warning about unused parameter. --- src/google/protobuf/extension_set.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/google/protobuf/extension_set.h') diff --git a/src/google/protobuf/extension_set.h b/src/google/protobuf/extension_set.h index 8c0f12a5..e5ac277e 100644 --- a/src/google/protobuf/extension_set.h +++ b/src/google/protobuf/extension_set.h @@ -569,7 +569,7 @@ class LIBPROTOBUF_EXPORT RepeatedStringTypeTraits { return set->MutableRepeatedString(number, index); } static inline void Add(int number, FieldType field_type, - bool is_packed, const string& value, + bool /*is_packed*/, const string& value, ExtensionSet* set) { set->AddString(number, field_type, value); } -- cgit v1.2.3