Skip to content

Commit

Permalink
Fix warning about unused variable in unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
acozzette committed Mar 18, 2022
1 parent 5ead3ba commit d2256ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/google/protobuf/compiler/java/java_plugin_unittest.cc
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ TEST(JavaPluginTest, PluginTest) {
}
}
EXPECT_TRUE(found_do_not_edit);
(void)found_generated_annotation;
}

} // namespace
Expand Down

0 comments on commit d2256ed

Please sign in to comment.