Commit c0d88ae3 authored by Feng Xiao's avatar Feng Xiao Committed by GitHub

Merge pull request #3635 from drivehappy/clang_cleanup

Clang warning cleanup for unused parameter.
parents 471b45e8 7f3ded66
......@@ -853,7 +853,7 @@ class LIBPROTOBUF_EXPORT Arena {
template <typename T>
GOOGLE_ATTRIBUTE_ALWAYS_INLINE static ::google::protobuf::Arena* GetArenaInternal(
const T* value, google::protobuf::internal::false_type) {
const T* /* value */, google::protobuf::internal::false_type) {
return NULL;
}
......
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