Merge "adb: silence warning from libusb."
This commit is contained in:
commit
ee5083b3c7
1 changed files with 3 additions and 0 deletions
|
|
@ -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",
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue