aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authordrivehappy <drivehappy@gmail.com>2017-09-13 16:10:35 -0700
committerdrivehappy <drivehappy@gmail.com>2017-09-13 16:10:35 -0700
commit7f3ded663bd4a6b68425907b557689831f3f4e01 (patch)
treea7ee4e39a1970557b1c9ebf8647eb82a514cfbc2 /src
parent471b45e895c1925bf6a1250be9ad9ade161703b8 (diff)
downloadprotobuf-7f3ded663bd4a6b68425907b557689831f3f4e01.tar.gz
protobuf-7f3ded663bd4a6b68425907b557689831f3f4e01.tar.bz2
protobuf-7f3ded663bd4a6b68425907b557689831f3f4e01.zip
Clang warning cleanup for unused parameter.
Diffstat (limited to 'src')
-rw-r--r--src/google/protobuf/arena.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/google/protobuf/arena.h b/src/google/protobuf/arena.h
index f8a94705..78e8d902 100644
--- a/src/google/protobuf/arena.h
+++ b/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;
}