Skip to content

Commit 62cdfb9

Browse files
iguridifacebook-github-bot
authored andcommitted
buck2: shim: unused lint (#3773)
Summary: Pull Request resolved: #3773 broken in D57915321 Error on `buck2-oss` job P1383482720 Reviewed By: JakobDegen Differential Revision: D57953492 fbshipit-source-id: 4efb37a538136f935e03c8734b871413d392833c
1 parent d724673 commit 62cdfb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shim/shims.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ def cpp_library(
137137
private_headers = None,
138138
propagated_pp_flags = (),
139139
**kwargs):
140-
_unused = (undefined_symbols, arch_preprocessor_flags, modular_headers, arch_compiler_flags, tags) # @unused
140+
_unused = (undefined_symbols, arch_preprocessor_flags, modular_headers, arch_compiler_flags, tags, propagated_pp_flags) # @unused
141141
if os_deps:
142142
deps += _select_os_deps(_fix_dict_deps(os_deps))
143143
if headers == None:

0 commit comments

Comments
 (0)