Merge "adb: silence warning from libusb."

This commit is contained in:
Treehugger Robot 2019-04-24 22:46:28 +00:00 committed by Gerrit Code Review
commit ee5083b3c7

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",
],