Merge pull request #3641 from drivehappy/3.4.x_clang_cleanup_3

Clang warning cleanup for unused parameter.
pull/3804/head^2
Jisi Liu 7 years ago committed by GitHub
commit 3d6cc0e74b
  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