commit | 8cab680cfdad79cf714829bd588fc9509c89e91b | [log] [tgz] |
---|---|---|
author | Yuriy Chernyshov <thegeorg@yandex-team.ru> | Wed Jun 09 16:15:47 2021 +0300 |
committer | GitHub <noreply@github.com> | Wed Jun 09 16:15:47 2021 +0300 |
tree | fd0a6adb876ec5850fdbc73ef006e01262250974 | |
parent | 909a0f36a10075c4b4bc70fdee2c7e32dd612a72 [diff] |
Fix -Wunused-parameter introduced in 3.17.3
diff --git a/src/google/protobuf/arena.h b/src/google/protobuf/arena.h index 232cbd4..897a70f 100644 --- a/src/google/protobuf/arena.h +++ b/src/google/protobuf/arena.h
@@ -442,7 +442,7 @@ } static Arena* GetArenaForAllocationForNonMessageNonArenaConstructible( - const T* p, std::false_type /*has_get_arena*/) { + const T* /* p */, std::false_type /*has_get_arena*/) { return nullptr; }