Commit 3d6cc0e7 authored by Jisi Liu's avatar Jisi Liu Committed by GitHub

Merge pull request #3641 from drivehappy/3.4.x_clang_cleanup_3

Clang warning cleanup for unused parameter.
parents bd798dfc e3be1feb
......@@ -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