Clang warning cleanup for unused parameter.

pull/3641/head
drivehappy 8 years ago
parent 3d78561402
commit e3be1febf2
  1. 2
      src/google/protobuf/arena.h

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

Loading…
Cancel
Save