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;
     }