Skip to content

Commit

Permalink
buck2: shim: unused lint
Browse files Browse the repository at this point in the history
Summary:
X-link: pytorch/executorch#3773

broken in D57915321

Error on `buck2-oss` job P1383482720

Reviewed By: JakobDegen

Differential Revision: D57953492

fbshipit-source-id: 4efb37a538136f935e03c8734b871413d392833c
  • Loading branch information
iguridi authored and facebook-github-bot committed May 30, 2024
1 parent bb389dd commit 6a7321c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shim/shims.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ def cpp_library(
private_headers = None,
propagated_pp_flags = (),
**kwargs):
_unused = (undefined_symbols, arch_preprocessor_flags, modular_headers, arch_compiler_flags, tags) # @unused
_unused = (undefined_symbols, arch_preprocessor_flags, modular_headers, arch_compiler_flags, tags, propagated_pp_flags) # @unused
if os_deps:
deps += _select_os_deps(_fix_dict_deps(os_deps))
if headers == None:
Expand Down

0 comments on commit 6a7321c

Please sign in to comment.