Commit 75fcd790 authored by kenton@google.com's avatar kenton@google.com

Silence pedantic warning about unused parameter.

parent 7ddfb4c3
...@@ -569,7 +569,7 @@ class LIBPROTOBUF_EXPORT RepeatedStringTypeTraits { ...@@ -569,7 +569,7 @@ class LIBPROTOBUF_EXPORT RepeatedStringTypeTraits {
return set->MutableRepeatedString(number, index); return set->MutableRepeatedString(number, index);
} }
static inline void Add(int number, FieldType field_type, static inline void Add(int number, FieldType field_type,
bool is_packed, const string& value, bool /*is_packed*/, const string& value,
ExtensionSet* set) { ExtensionSet* set) {
set->AddString(number, field_type, value); set->AddString(number, field_type, value);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment