Merge "adb: silence warning from libusb."

am: ee5083b3c7

Change-Id: Ib2e398b1c327bd0d6111ab9b686e826683f62833
This commit is contained in:
Josh Gao 2019-04-24 16:00:10 -07:00 committed by android-build-merger
commit 4a749cc3f1
1 changed files with 3 additions and 0 deletions

View File

@ -59,6 +59,9 @@ cc_defaults {
// MinGW hides some things behind _POSIX_SOURCE.
"-D_POSIX_SOURCE",
// libusb uses __stdcall on a variadic function, which gets ignored.
"-Wno-ignored-attributes",
// Not supported yet.
"-Wno-thread-safety",
],