diff --git a/src/google/protobuf/arena.h b/src/google/protobuf/arena.h index f84e505ebb44..e5d79d163f9f 100644 --- a/src/google/protobuf/arena.h +++ b/src/google/protobuf/arena.h @@ -709,7 +709,7 @@ class PROTOBUF_EXPORT PROTOBUF_ALIGNAS(8) Arena final { } template PROTOBUF_ALWAYS_INLINE static Arena* GetOwningArenaInternal( - const T* value, std::false_type) { + const T* /* value */, std::false_type) { return nullptr; }