Merge pull request #3641 from drivehappy/3.4.x_clang_cleanup_3
Clang warning cleanup for unused parameter.
This commit is contained in:
commit
3d6cc0e74b
@ -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…
Reference in New Issue
Block a user