Commit 9de458ab authored by William Jagels's avatar William Jagels

Stop unused parameter warnings for generated code in RegisteredArenaDtor

parent 0d466884
......@@ -2304,7 +2304,7 @@ GenerateArenaDestructorCode(io::Printer* printer) {
"classname", classname_);
} else {
printer->Print(
"void $classname$::RegisterArenaDtor(::google::protobuf::Arena* arena) {\n"
"void $classname$::RegisterArenaDtor(::google::protobuf::Arena*) {\n"
"}\n",
"classname", classname_);
}
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment