Skip to content

Commit

Permalink
Merge pull request protocolbuffers#8718 from georgthegreat/patch-1
Browse files Browse the repository at this point in the history
Fix -Wunused-parameter introduced in 3.17.3
  • Loading branch information
fowles authored Jun 9, 2021
2 parents 909a0f3 + 8cab680 commit 5ccbe55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/google/protobuf/arena.h
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@ class PROTOBUF_EXPORT PROTOBUF_ALIGNAS(8) Arena final {
}

static Arena* GetArenaForAllocationForNonMessageNonArenaConstructible(
const T* p, std::false_type /*has_get_arena*/) {
const T* /* p */, std::false_type /*has_get_arena*/) {
return nullptr;
}

Expand Down

0 comments on commit 5ccbe55

Please sign in to comment.