commit | 8680b8d1dea7b4053cdd82bd118026b545b50c0b | [log] [tgz] |
---|---|---|
author | Taylor Cramer <cramertj@google.com> | Thu Jun 06 09:49:02 2024 -0700 |
committer | Taylor Cramer <cramertj@google.com> | Thu Jun 06 09:50:00 2024 -0700 |
tree | afb260cf98ecdfc470eeb569f0f44539218f686c | |
parent | d88235336e00158d4fd3179c68288d4146545113 [diff] |
Disable warning to fix linux_netlink build Change-Id: Ia759aa359c0fd14ad9ba15c5ad895741ff05052b
diff --git a/libusb.BUILD b/libusb.BUILD index 07ba2d8..19d6984 100644 --- a/libusb.BUILD +++ b/libusb.BUILD
@@ -169,6 +169,9 @@ ":libusb_headers", ":libusb_posix", ], + # linux_netlink.c passes a buffer pointer (`unsigned char*`) to a function + # expecting `char*`. + copts = ["-Wno-pointer-sign"], ) cc_library(