Skip to content

Commit 09e6cf5

Browse files
committed
minor cleanup
1 parent 98fb793 commit 09e6cf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proto_processing_lib/proto_scrubber/cloud_audit_log_field_checker.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ class CloudAuditLogFieldChecker
6464
const google::protobuf::Field* field) const override;
6565
bool SupportAny() const override { return false; }
6666
FieldCheckResults CheckType(
67-
const google::protobuf::Type* type) const override {
67+
const google::protobuf::Type* /*type*/) const override {
6868
return FieldCheckResults::kInclude;
6969
}
7070
FieldFilters FilterName() const override {

0 commit comments

Comments
 (0)